Shades of Royal Blue #256FDB
Tints of Royal Blue #256FDB
RGB
CMYK
RGB Variations
Color information
#256FDB (or 0x256FDB) is known color: Royal Blue. HEX triplet: 25, 6F and DB. RGB value is (37,111,219). Sum of RGB (Red+Green+Blue) = 37+111+219=367 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.08% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #256FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256FDB is #DA9024. Grayscale: #646464. Windows color (decimal): -14323749 or 14380837. OLE color: 14380837.
HSL color Cylindrical-coordinate representation of color #256FDB: hue angle of 215.6º 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 #256FDB is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 111 | 219 | - |
| CMYK | 0.83 | 0.49 | 0 | 0.14 |
| HSL | 215.6º | 0.72% | 0.5% | - |
| HSV(B) | 215.6º | 0.83% | 0.86% | - |
| XYZ | 19.23 | 16.88 | 69.26 | - |
| YUV | 101.19 | 194.48 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 219 | 0.83 | 0.49 | 0 | 0.14 | 215.6 | 0.72 | 0.5 |
| Hex | 25 | 6F | DB | 53 | 31 | 0 | E | D8 | 48 | 32 |
| Octal | 45 | 157 | 333 | 123 | 61 | 0 | 16 | 330 | 110 | 62 |
| Binary | 100101 | 1101111 | 11011011 | 1010011 | 110001 | 0 | 1110 | 11011000 | 1001000 | 110010 |
Color Harmonies of #256FDB
Complementary color
Monochromatic Colors of #256FDB
Black with #256FDB
Text Example
Text Example
White with #256FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256FDB; }
p { color: rgb(37,111,219); }
H1.HeaderClassName
{
color: #256FDB;
}
.AnyTagClassName
{
color: #256FDB;
}
</style>
background-color css
<style>
a { background-color: #256FDB; }
a { background-color: rgb(37,111,219); }
div.DivClassName
{
background-color: #256FDB;
}
.BgClassName
{
background-color: #256FDB;
}
</style>
border-color css
<style>
span { border-color: #256FDB; }
span { border-color: rgb(37,111,219); }
td.TdClassName
{
border-color: #256FDB;
}
.TagClassName
{
border-color: #256FDB;
}
</style>