Shades of Royal Blue #2473DC
Tints of Royal Blue #2473DC
RGB
CMYK
RGB Variations
Color information
#2473DC (or 0x2473DC) is known color: Royal Blue. HEX triplet: 24, 73 and DC. RGB value is (36,115,220). Sum of RGB (Red+Green+Blue) = 36+115+220=371 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.70% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #2473DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2473DC is #DB8C23. Grayscale: #666666. Windows color (decimal): -14388260 or 14447396. OLE color: 14447396.
HSL color Cylindrical-coordinate representation of color #2473DC: hue angle of 214.24º 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 #2473DC is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 115 | 220 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.14 |
| HSL | 214.24º | 0.72% | 0.5% | - |
| HSV(B) | 214.24º | 0.84% | 0.86% | - |
| XYZ | 19.78 | 17.8 | 70.1 | - |
| YUV | 103.35 | 193.83 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 115 | 220 | 0.84 | 0.48 | 0 | 0.14 | 214.24 | 0.72 | 0.5 |
| Hex | 24 | 73 | DC | 54 | 30 | 0 | E | D6 | 48 | 32 |
| Octal | 44 | 163 | 334 | 124 | 60 | 0 | 16 | 326 | 110 | 62 |
| Binary | 100100 | 1110011 | 11011100 | 1010100 | 110000 | 0 | 1110 | 11010110 | 1001000 | 110010 |
Color Harmonies of #2473DC
Complementary color
Monochromatic Colors of #2473DC
Black with #2473DC
Text Example
Text Example
White with #2473DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2473DC; }
p { color: rgb(36,115,220); }
H1.HeaderClassName
{
color: #2473DC;
}
.AnyTagClassName
{
color: #2473DC;
}
</style>
background-color css
<style>
a { background-color: #2473DC; }
a { background-color: rgb(36,115,220); }
div.DivClassName
{
background-color: #2473DC;
}
.BgClassName
{
background-color: #2473DC;
}
</style>
border-color css
<style>
span { border-color: #2473DC; }
span { border-color: rgb(36,115,220); }
td.TdClassName
{
border-color: #2473DC;
}
.TagClassName
{
border-color: #2473DC;
}
</style>