Shades of Royal Blue #256BD8
Tints of Royal Blue #256BD8
RGB
CMYK
RGB Variations
Color information
#256BD8 (or 0x256BD8) is known color: Royal Blue. HEX triplet: 25, 6B and D8. RGB value is (37,107,216). Sum of RGB (Red+Green+Blue) = 37+107+216=360 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.28% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 216 (84.77% from 255 or 60% from 360); Max value from RGB is 216 - color contains mainly: blue. Hex color #256BD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256BD8 is #DA9427. Grayscale: #616161. Windows color (decimal): -14324776 or 14183205. OLE color: 14183205.
HSL color Cylindrical-coordinate representation of color #256BD8: hue angle of 216.54º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #256BD8 is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 107 | 216 | - |
| CMYK | 0.83 | 0.50 | 0 | 0.15 |
| HSL | 216.54º | 0.71% | 0.5% | - |
| HSV(B) | 216.54º | 0.83% | 0.85% | - |
| XYZ | 18.42 | 15.87 | 67.06 | - |
| YUV | 98.5 | 194.31 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 107 | 216 | 0.83 | 0.50 | 0 | 0.15 | 216.54 | 0.71 | 0.5 |
| Hex | 25 | 6B | D8 | 53 | 32 | 0 | F | D9 | 47 | 32 |
| Octal | 45 | 153 | 330 | 123 | 62 | 0 | 17 | 331 | 107 | 62 |
| Binary | 100101 | 1101011 | 11011000 | 1010011 | 110010 | 0 | 1111 | 11011001 | 1000111 | 110010 |
Color Harmonies of #256BD8
Complementary color
Monochromatic Colors of #256BD8
Black with #256BD8
Text Example
Text Example
White with #256BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256BD8; }
p { color: rgb(37,107,216); }
H1.HeaderClassName
{
color: #256BD8;
}
.AnyTagClassName
{
color: #256BD8;
}
</style>
background-color css
<style>
a { background-color: #256BD8; }
a { background-color: rgb(37,107,216); }
div.DivClassName
{
background-color: #256BD8;
}
.BgClassName
{
background-color: #256BD8;
}
</style>
border-color css
<style>
span { border-color: #256BD8; }
span { border-color: rgb(37,107,216); }
td.TdClassName
{
border-color: #256BD8;
}
.TagClassName
{
border-color: #256BD8;
}
</style>