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