Shades of Royal Blue #256DDB
Tints of Royal Blue #256DDB
RGB
CMYK
RGB Variations
Color information
#256DDB (or 0x256DDB) is known color: Royal Blue. HEX triplet: 25, 6D and DB. RGB value is (37,109,219). Sum of RGB (Red+Green+Blue) = 37+109+219=365 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.14% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #256DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256DDB is #DA9224. Grayscale: #636363. Windows color (decimal): -14324261 or 14380325. OLE color: 14380325.
HSL color Cylindrical-coordinate representation of color #256DDB: hue angle of 216.26º 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 #256DDB is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 109 | 219 | - |
| CMYK | 0.83 | 0.50 | 0 | 0.14 |
| HSL | 216.26º | 0.72% | 0.5% | - |
| HSV(B) | 216.26º | 0.83% | 0.86% | - |
| XYZ | 19.02 | 16.45 | 69.19 | - |
| YUV | 100.01 | 195.15 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 109 | 219 | 0.83 | 0.50 | 0 | 0.14 | 216.26 | 0.72 | 0.5 |
| Hex | 25 | 6D | DB | 53 | 32 | 0 | E | D8 | 48 | 32 |
| Octal | 45 | 155 | 333 | 123 | 62 | 0 | 16 | 330 | 110 | 62 |
| Binary | 100101 | 1101101 | 11011011 | 1010011 | 110010 | 0 | 1110 | 11011000 | 1001000 | 110010 |
Color Harmonies of #256DDB
Complementary color
Monochromatic Colors of #256DDB
Black with #256DDB
Text Example
Text Example
White with #256DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256DDB; }
p { color: rgb(37,109,219); }
H1.HeaderClassName
{
color: #256DDB;
}
.AnyTagClassName
{
color: #256DDB;
}
</style>
background-color css
<style>
a { background-color: #256DDB; }
a { background-color: rgb(37,109,219); }
div.DivClassName
{
background-color: #256DDB;
}
.BgClassName
{
background-color: #256DDB;
}
</style>
border-color css
<style>
span { border-color: #256DDB; }
span { border-color: rgb(37,109,219); }
td.TdClassName
{
border-color: #256DDB;
}
.TagClassName
{
border-color: #256DDB;
}
</style>