New to Kendo UI for jQueryStart a free 30-day trial

Format

configuration

Sets the default input format in the gradient input editor.

format

String

Default: "hex"

<input id="colorpicker" type="color" />
<script>
$("#colorpicker").kendoColorPicker({
  format: "rgb"
});
</script>
Not finding the help you need?
Contact Support