Shades of Royal Blue #2578DB
Tints of Royal Blue #2578DB
RGB
CMYK
RGB Variations
Color information
#2578DB (or 0x2578DB) is known color: Royal Blue. HEX triplet: 25, 78 and DB. RGB value is (37,120,219). Sum of RGB (Red+Green+Blue) = 37+120+219=376 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.84% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #2578DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2578DB is #DA8724. Grayscale: #696969. Windows color (decimal): -14321445 or 14383141. OLE color: 14383141.
HSL color Cylindrical-coordinate representation of color #2578DB: hue angle of 212.64º 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 #2578DB is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 120 | 219 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.14 |
| HSL | 212.64º | 0.72% | 0.5% | - |
| HSV(B) | 212.64º | 0.83% | 0.86% | - |
| XYZ | 20.27 | 18.94 | 69.61 | - |
| YUV | 106.47 | 191.5 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 120 | 219 | 0.83 | 0.45 | 0 | 0.14 | 212.64 | 0.72 | 0.5 |
| Hex | 25 | 78 | DB | 53 | 2D | 0 | E | D5 | 48 | 32 |
| Octal | 45 | 170 | 333 | 123 | 55 | 0 | 16 | 325 | 110 | 62 |
| Binary | 100101 | 1111000 | 11011011 | 1010011 | 101101 | 0 | 1110 | 11010101 | 1001000 | 110010 |
Color Harmonies of #2578DB
Complementary color
Monochromatic Colors of #2578DB
Black with #2578DB
Text Example
Text Example
White with #2578DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2578DB; }
p { color: rgb(37,120,219); }
H1.HeaderClassName
{
color: #2578DB;
}
.AnyTagClassName
{
color: #2578DB;
}
</style>
background-color css
<style>
a { background-color: #2578DB; }
a { background-color: rgb(37,120,219); }
div.DivClassName
{
background-color: #2578DB;
}
.BgClassName
{
background-color: #2578DB;
}
</style>
border-color css
<style>
span { border-color: #2578DB; }
span { border-color: rgb(37,120,219); }
td.TdClassName
{
border-color: #2578DB;
}
.TagClassName
{
border-color: #2578DB;
}
</style>