Shades of Royal Blue #2578DC
Tints of Royal Blue #2578DC
RGB
CMYK
RGB Variations
Color information
#2578DC (or 0x2578DC) is known color: Royal Blue. HEX triplet: 25, 78 and DC. RGB value is (37,120,220). Sum of RGB (Red+Green+Blue) = 37+120+220=377 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.81% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #2578DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2578DC is #DA8723. Grayscale: #6A6A6A. Windows color (decimal): -14321444 or 14448677. OLE color: 14448677.
HSL color Cylindrical-coordinate representation of color #2578DC: hue angle of 212.79º 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 #2578DC is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 120 | 220 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.14 |
| HSL | 212.79º | 0.72% | 0.5% | - |
| HSV(B) | 212.79º | 0.83% | 0.86% | - |
| XYZ | 20.4 | 18.99 | 70.3 | - |
| YUV | 106.58 | 192 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 120 | 220 | 0.83 | 0.45 | 0 | 0.14 | 212.79 | 0.72 | 0.5 |
| Hex | 25 | 78 | DC | 53 | 2D | 0 | E | D5 | 48 | 32 |
| Octal | 45 | 170 | 334 | 123 | 55 | 0 | 16 | 325 | 110 | 62 |
| Binary | 100101 | 1111000 | 11011100 | 1010011 | 101101 | 0 | 1110 | 11010101 | 1001000 | 110010 |
Color Harmonies of #2578DC
Complementary color
Monochromatic Colors of #2578DC
Black with #2578DC
Text Example
Text Example
White with #2578DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2578DC; }
p { color: rgb(37,120,220); }
H1.HeaderClassName
{
color: #2578DC;
}
.AnyTagClassName
{
color: #2578DC;
}
</style>
background-color css
<style>
a { background-color: #2578DC; }
a { background-color: rgb(37,120,220); }
div.DivClassName
{
background-color: #2578DC;
}
.BgClassName
{
background-color: #2578DC;
}
</style>
border-color css
<style>
span { border-color: #2578DC; }
span { border-color: rgb(37,120,220); }
td.TdClassName
{
border-color: #2578DC;
}
.TagClassName
{
border-color: #2578DC;
}
</style>