Shades of Royal Blue #2462DB
Tints of Royal Blue #2462DB
RGB
CMYK
RGB Variations
Color information
#2462DB (or 0x2462DB) is known color: Royal Blue. HEX triplet: 24, 62 and DB. RGB value is (36,98,219). Sum of RGB (Red+Green+Blue) = 36+98+219=353 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.20% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #2462DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2462DB is #DB9D24. Grayscale: #5C5C5C. Windows color (decimal): -14392613 or 14377508. OLE color: 14377508.
HSL color Cylindrical-coordinate representation of color #2462DB: hue angle of 219.67º 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 #2462DB is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 98 | 219 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.14 |
| HSL | 219.67º | 0.72% | 0.5% | - |
| HSV(B) | 219.67º | 0.84% | 0.86% | - |
| XYZ | 17.88 | 14.22 | 68.82 | - |
| YUV | 93.26 | 198.96 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 98 | 219 | 0.84 | 0.55 | 0 | 0.14 | 219.67 | 0.72 | 0.5 |
| Hex | 24 | 62 | DB | 54 | 37 | 0 | E | DC | 48 | 32 |
| Octal | 44 | 142 | 333 | 124 | 67 | 0 | 16 | 334 | 110 | 62 |
| Binary | 100100 | 1100010 | 11011011 | 1010100 | 110111 | 0 | 1110 | 11011100 | 1001000 | 110010 |
Color Harmonies of #2462DB
Complementary color
Monochromatic Colors of #2462DB
Black with #2462DB
Text Example
Text Example
White with #2462DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2462DB; }
p { color: rgb(36,98,219); }
H1.HeaderClassName
{
color: #2462DB;
}
.AnyTagClassName
{
color: #2462DB;
}
</style>
background-color css
<style>
a { background-color: #2462DB; }
a { background-color: rgb(36,98,219); }
div.DivClassName
{
background-color: #2462DB;
}
.BgClassName
{
background-color: #2462DB;
}
</style>
border-color css
<style>
span { border-color: #2462DB; }
span { border-color: rgb(36,98,219); }
td.TdClassName
{
border-color: #2462DB;
}
.TagClassName
{
border-color: #2462DB;
}
</style>