Shades of Royal Blue #2472DB
Tints of Royal Blue #2472DB
RGB
CMYK
RGB Variations
Color information
#2472DB (or 0x2472DB) is known color: Royal Blue. HEX triplet: 24, 72 and DB. RGB value is (36,114,219). Sum of RGB (Red+Green+Blue) = 36+114+219=369 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.76% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #2472DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2472DB is #DB8D24. Grayscale: #666666. Windows color (decimal): -14388517 or 14381604. OLE color: 14381604.
HSL color Cylindrical-coordinate representation of color #2472DB: hue angle of 214.43º 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 #2472DB is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 114 | 219 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.14 |
| HSL | 214.43º | 0.72% | 0.5% | - |
| HSV(B) | 214.43º | 0.84% | 0.86% | - |
| XYZ | 19.53 | 17.52 | 69.37 | - |
| YUV | 102.65 | 193.66 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 114 | 219 | 0.84 | 0.48 | 0 | 0.14 | 214.43 | 0.72 | 0.5 |
| Hex | 24 | 72 | DB | 54 | 30 | 0 | E | D6 | 48 | 32 |
| Octal | 44 | 162 | 333 | 124 | 60 | 0 | 16 | 326 | 110 | 62 |
| Binary | 100100 | 1110010 | 11011011 | 1010100 | 110000 | 0 | 1110 | 11010110 | 1001000 | 110010 |
Color Harmonies of #2472DB
Complementary color
Monochromatic Colors of #2472DB
Black with #2472DB
Text Example
Text Example
White with #2472DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2472DB; }
p { color: rgb(36,114,219); }
H1.HeaderClassName
{
color: #2472DB;
}
.AnyTagClassName
{
color: #2472DB;
}
</style>
background-color css
<style>
a { background-color: #2472DB; }
a { background-color: rgb(36,114,219); }
div.DivClassName
{
background-color: #2472DB;
}
.BgClassName
{
background-color: #2472DB;
}
</style>
border-color css
<style>
span { border-color: #2472DB; }
span { border-color: rgb(36,114,219); }
td.TdClassName
{
border-color: #2472DB;
}
.TagClassName
{
border-color: #2472DB;
}
</style>