Shades of Royal Blue #256FDE
Tints of Royal Blue #256FDE
RGB
CMYK
RGB Variations
Color information
#256FDE (or 0x256FDE) is known color: Royal Blue. HEX triplet: 25, 6F and DE. RGB value is (37,111,222). Sum of RGB (Red+Green+Blue) = 37+111+222=370 (49% of max value = 765). Red value is 37 (14.84% from 255 or 10% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 222 (87.11% from 255 or 60% from 370); Max value from RGB is 222 - color contains mainly: blue. Hex color #256FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256FDE is #DA9021. Grayscale: #656565. Windows color (decimal): -14323746 or 14577445. OLE color: 14577445.
HSL color Cylindrical-coordinate representation of color #256FDE: hue angle of 216º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #256FDE is Cyan = 0.83, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 111 | 222 | - |
| CMYK | 0.83 | 0.5 | 0 | 0.13 |
| HSL | 216º | 0.74% | 0.51% | - |
| HSV(B) | 216º | 0.83% | 0.87% | - |
| XYZ | 19.63 | 17.04 | 71.36 | - |
| YUV | 101.53 | 195.98 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 222 | 0.83 | 0.5 | 0 | 0.13 | 216 | 0.74 | 0.51 |
| Hex | 25 | 6F | DE | 53 | 32 | 0 | D | D8 | 4A | 33 |
| Octal | 45 | 157 | 336 | 123 | 62 | 0 | 15 | 330 | 112 | 63 |
| Binary | 100101 | 1101111 | 11011110 | 1010011 | 110010 | 0 | 1101 | 11011000 | 1001010 | 110011 |
Color Harmonies of #256FDE
Complementary color
Monochromatic Colors of #256FDE
Black with #256FDE
Text Example
Text Example
White with #256FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256FDE; }
p { color: rgb(37,111,222); }
H1.HeaderClassName
{
color: #256FDE;
}
.AnyTagClassName
{
color: #256FDE;
}
</style>
background-color css
<style>
a { background-color: #256FDE; }
a { background-color: rgb(37,111,222); }
div.DivClassName
{
background-color: #256FDE;
}
.BgClassName
{
background-color: #256FDE;
}
</style>
border-color css
<style>
span { border-color: #256FDE; }
span { border-color: rgb(37,111,222); }
td.TdClassName
{
border-color: #256FDE;
}
.TagClassName
{
border-color: #256FDE;
}
</style>