Shades of Royal Blue #2474DB
Tints of Royal Blue #2474DB
RGB
CMYK
RGB Variations
Color information
#2474DB (or 0x2474DB) is known color: Royal Blue. HEX triplet: 24, 74 and DB. RGB value is (36,116,219). Sum of RGB (Red+Green+Blue) = 36+116+219=371 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.70% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #2474DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2474DB is #DB8B24. Grayscale: #676767. Windows color (decimal): -14388005 or 14382116. OLE color: 14382116.
HSL color Cylindrical-coordinate representation of color #2474DB: hue angle of 213.77º 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 #2474DB is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 116 | 219 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.14 |
| HSL | 213.77º | 0.72% | 0.5% | - |
| HSV(B) | 213.77º | 0.84% | 0.86% | - |
| XYZ | 19.76 | 17.98 | 69.45 | - |
| YUV | 103.82 | 193 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 116 | 219 | 0.84 | 0.47 | 0 | 0.14 | 213.77 | 0.72 | 0.5 |
| Hex | 24 | 74 | DB | 54 | 2F | 0 | E | D6 | 48 | 32 |
| Octal | 44 | 164 | 333 | 124 | 57 | 0 | 16 | 326 | 110 | 62 |
| Binary | 100100 | 1110100 | 11011011 | 1010100 | 101111 | 0 | 1110 | 11010110 | 1001000 | 110010 |
Color Harmonies of #2474DB
Complementary color
Monochromatic Colors of #2474DB
Black with #2474DB
Text Example
Text Example
White with #2474DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2474DB; }
p { color: rgb(36,116,219); }
H1.HeaderClassName
{
color: #2474DB;
}
.AnyTagClassName
{
color: #2474DB;
}
</style>
background-color css
<style>
a { background-color: #2474DB; }
a { background-color: rgb(36,116,219); }
div.DivClassName
{
background-color: #2474DB;
}
.BgClassName
{
background-color: #2474DB;
}
</style>
border-color css
<style>
span { border-color: #2474DB; }
span { border-color: rgb(36,116,219); }
td.TdClassName
{
border-color: #2474DB;
}
.TagClassName
{
border-color: #2474DB;
}
</style>