Shades of Royal Blue #256EDB
Tints of Royal Blue #256EDB
RGB
CMYK
RGB Variations
Color information
#256EDB (or 0x256EDB) is known color: Royal Blue. HEX triplet: 25, 6E and DB. RGB value is (37,110,219). Sum of RGB (Red+Green+Blue) = 37+110+219=366 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.11% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #256EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256EDB is #DA9124. Grayscale: #646464. Windows color (decimal): -14324005 or 14380581. OLE color: 14380581.
HSL color Cylindrical-coordinate representation of color #256EDB: hue angle of 215.93º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #256EDB is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 110 | 219 | - |
| CMYK | 0.83 | 0.50 | 0 | 0.14 |
| HSL | 215.93º | 0.72% | 0.5% | - |
| HSV(B) | 215.93º | 0.83% | 0.86% | - |
| XYZ | 19.13 | 16.66 | 69.23 | - |
| YUV | 100.6 | 194.82 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 110 | 219 | 0.83 | 0.50 | 0 | 0.14 | 215.93 | 0.72 | 0.5 |
| Hex | 25 | 6E | DB | 53 | 32 | 0 | E | D8 | 48 | 32 |
| Octal | 45 | 156 | 333 | 123 | 62 | 0 | 16 | 330 | 110 | 62 |
| Binary | 100101 | 1101110 | 11011011 | 1010011 | 110010 | 0 | 1110 | 11011000 | 1001000 | 110010 |
Color Harmonies of #256EDB
Complementary color
Monochromatic Colors of #256EDB
Black with #256EDB
Text Example
Text Example
White with #256EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256EDB; }
p { color: rgb(37,110,219); }
H1.HeaderClassName
{
color: #256EDB;
}
.AnyTagClassName
{
color: #256EDB;
}
</style>
background-color css
<style>
a { background-color: #256EDB; }
a { background-color: rgb(37,110,219); }
div.DivClassName
{
background-color: #256EDB;
}
.BgClassName
{
background-color: #256EDB;
}
</style>
border-color css
<style>
span { border-color: #256EDB; }
span { border-color: rgb(37,110,219); }
td.TdClassName
{
border-color: #256EDB;
}
.TagClassName
{
border-color: #256EDB;
}
</style>