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

Formats

configuration

Sets the available input formats in the gradient input editor. Only "hex" and "rgb" are valid values.

formats

Array

Default: ["hex", "rgb"]

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