Shades of Royal Blue #2474DC
Tints of Royal Blue #2474DC
RGB
CMYK
RGB Variations
Color information
#2474DC (or 0x2474DC) is known color: Royal Blue. HEX triplet: 24, 74 and DC. RGB value is (36,116,220). Sum of RGB (Red+Green+Blue) = 36+116+220=372 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.68% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #2474DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2474DC is #DB8B23. Grayscale: #676767. Windows color (decimal): -14388004 or 14447652. OLE color: 14447652.
HSL color Cylindrical-coordinate representation of color #2474DC: hue angle of 213.91º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2474DC is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 116 | 220 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.14 |
| HSL | 213.91º | 0.72% | 0.5% | - |
| HSV(B) | 213.91º | 0.84% | 0.86% | - |
| XYZ | 19.89 | 18.03 | 70.14 | - |
| YUV | 103.94 | 193.5 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 116 | 220 | 0.84 | 0.47 | 0 | 0.14 | 213.91 | 0.72 | 0.5 |
| Hex | 24 | 74 | DC | 54 | 2F | 0 | E | D6 | 48 | 32 |
| Octal | 44 | 164 | 334 | 124 | 57 | 0 | 16 | 326 | 110 | 62 |
| Binary | 100100 | 1110100 | 11011100 | 1010100 | 101111 | 0 | 1110 | 11010110 | 1001000 | 110010 |
Color Harmonies of #2474DC
Complementary color
Monochromatic Colors of #2474DC
Black with #2474DC
Text Example
Text Example
White with #2474DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2474DC; }
p { color: rgb(36,116,220); }
H1.HeaderClassName
{
color: #2474DC;
}
.AnyTagClassName
{
color: #2474DC;
}
</style>
background-color css
<style>
a { background-color: #2474DC; }
a { background-color: rgb(36,116,220); }
div.DivClassName
{
background-color: #2474DC;
}
.BgClassName
{
background-color: #2474DC;
}
</style>
border-color css
<style>
span { border-color: #2474DC; }
span { border-color: rgb(36,116,220); }
td.TdClassName
{
border-color: #2474DC;
}
.TagClassName
{
border-color: #2474DC;
}
</style>