Shades of Royal Blue #256ED8
Tints of Royal Blue #256ED8
RGB
CMYK
RGB Variations
Color information
#256ED8 (or 0x256ED8) is known color: Royal Blue. HEX triplet: 25, 6E and D8. RGB value is (37,110,216). Sum of RGB (Red+Green+Blue) = 37+110+216=363 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.19% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 216 (84.77% from 255 or 59.50% from 363); Max value from RGB is 216 - color contains mainly: blue. Hex color #256ED8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256ED8 is #DA9127. Grayscale: #636363. Windows color (decimal): -14324008 or 14183973. OLE color: 14183973.
HSL color Cylindrical-coordinate representation of color #256ED8: hue angle of 215.53º 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 #256ED8 is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 110 | 216 | - |
| CMYK | 0.83 | 0.49 | 0 | 0.15 |
| HSL | 215.53º | 0.71% | 0.5% | - |
| HSV(B) | 215.53º | 0.83% | 0.85% | - |
| XYZ | 18.73 | 16.5 | 67.16 | - |
| YUV | 100.26 | 193.32 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 110 | 216 | 0.83 | 0.49 | 0 | 0.15 | 215.53 | 0.71 | 0.5 |
| Hex | 25 | 6E | D8 | 53 | 31 | 0 | F | D8 | 47 | 32 |
| Octal | 45 | 156 | 330 | 123 | 61 | 0 | 17 | 330 | 107 | 62 |
| Binary | 100101 | 1101110 | 11011000 | 1010011 | 110001 | 0 | 1111 | 11011000 | 1000111 | 110010 |
Color Harmonies of #256ED8
Complementary color
Monochromatic Colors of #256ED8
Black with #256ED8
Text Example
Text Example
White with #256ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256ED8; }
p { color: rgb(37,110,216); }
H1.HeaderClassName
{
color: #256ED8;
}
.AnyTagClassName
{
color: #256ED8;
}
</style>
background-color css
<style>
a { background-color: #256ED8; }
a { background-color: rgb(37,110,216); }
div.DivClassName
{
background-color: #256ED8;
}
.BgClassName
{
background-color: #256ED8;
}
</style>
border-color css
<style>
span { border-color: #256ED8; }
span { border-color: rgb(37,110,216); }
td.TdClassName
{
border-color: #256ED8;
}
.TagClassName
{
border-color: #256ED8;
}
</style>