Shades of Royal Blue #256CE0
Tints of Royal Blue #256CE0
RGB
CMYK
RGB Variations
Color information
#256CE0 (or 0x256CE0) is known color: Royal Blue. HEX triplet: 25, 6C and E0. RGB value is (37,108,224). Sum of RGB (Red+Green+Blue) = 37+108+224=369 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.03% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 224 (87.89% from 255 or 60.70% from 369); Max value from RGB is 224 - color contains mainly: blue. Hex color #256CE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256CE0 is #DA931F. Grayscale: #636363. Windows color (decimal): -14324512 or 14707749. OLE color: 14707749.
HSL color Cylindrical-coordinate representation of color #256CE0: hue angle of 217.22º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #256CE0 is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 108 | 224 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.12 |
| HSL | 217.22º | 0.75% | 0.51% | - |
| HSV(B) | 217.22º | 0.83% | 0.88% | - |
| XYZ | 19.58 | 16.5 | 72.67 | - |
| YUV | 100 | 197.98 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 108 | 224 | 0.83 | 0.52 | 0 | 0.12 | 217.22 | 0.75 | 0.51 |
| Hex | 25 | 6C | E0 | 53 | 34 | 0 | C | D9 | 4B | 33 |
| Octal | 45 | 154 | 340 | 123 | 64 | 0 | 14 | 331 | 113 | 63 |
| Binary | 100101 | 1101100 | 11100000 | 1010011 | 110100 | 0 | 1100 | 11011001 | 1001011 | 110011 |
Color Harmonies of #256CE0
Complementary color
Monochromatic Colors of #256CE0
Black with #256CE0
Text Example
Text Example
White with #256CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256CE0; }
p { color: rgb(37,108,224); }
H1.HeaderClassName
{
color: #256CE0;
}
.AnyTagClassName
{
color: #256CE0;
}
</style>
background-color css
<style>
a { background-color: #256CE0; }
a { background-color: rgb(37,108,224); }
div.DivClassName
{
background-color: #256CE0;
}
.BgClassName
{
background-color: #256CE0;
}
</style>
border-color css
<style>
span { border-color: #256CE0; }
span { border-color: rgb(37,108,224); }
td.TdClassName
{
border-color: #256CE0;
}
.TagClassName
{
border-color: #256CE0;
}
</style>