Shades of Royal Blue #256CE1
Tints of Royal Blue #256CE1
RGB
CMYK
RGB Variations
Color information
#256CE1 (or 0x256CE1) is known color: Royal Blue. HEX triplet: 25, 6C and E1. RGB value is (37,108,225). Sum of RGB (Red+Green+Blue) = 37+108+225=370 (49% of max value = 765). Red value is 37 (14.84% from 255 or 10% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 225 (88.28% from 255 or 60.81% from 370); Max value from RGB is 225 - color contains mainly: blue. Hex color #256CE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256CE1 is #DA931E. Grayscale: #636363. Windows color (decimal): -14324511 or 14773285. OLE color: 14773285.
HSL color Cylindrical-coordinate representation of color #256CE1: hue angle of 217.34º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #256CE1 is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 108 | 225 | - |
| CMYK | 0.84 | 0.52 | 0 | 0.12 |
| HSL | 217.34º | 0.76% | 0.51% | - |
| HSV(B) | 217.34º | 0.84% | 0.88% | - |
| XYZ | 19.72 | 16.55 | 73.39 | - |
| YUV | 100.11 | 198.48 | 82.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 108 | 225 | 0.84 | 0.52 | 0 | 0.12 | 217.34 | 0.76 | 0.51 |
| Hex | 25 | 6C | E1 | 54 | 34 | 0 | C | D9 | 4C | 33 |
| Octal | 45 | 154 | 341 | 124 | 64 | 0 | 14 | 331 | 114 | 63 |
| Binary | 100101 | 1101100 | 11100001 | 1010100 | 110100 | 0 | 1100 | 11011001 | 1001100 | 110011 |
Color Harmonies of #256CE1
Complementary color
Monochromatic Colors of #256CE1
Black with #256CE1
Text Example
Text Example
White with #256CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256CE1; }
p { color: rgb(37,108,225); }
H1.HeaderClassName
{
color: #256CE1;
}
.AnyTagClassName
{
color: #256CE1;
}
</style>
background-color css
<style>
a { background-color: #256CE1; }
a { background-color: rgb(37,108,225); }
div.DivClassName
{
background-color: #256CE1;
}
.BgClassName
{
background-color: #256CE1;
}
</style>
border-color css
<style>
span { border-color: #256CE1; }
span { border-color: rgb(37,108,225); }
td.TdClassName
{
border-color: #256CE1;
}
.TagClassName
{
border-color: #256CE1;
}
</style>