Shades of Royal Blue #2479DC
Tints of Royal Blue #2479DC
RGB
CMYK
RGB Variations
Color information
#2479DC (or 0x2479DC) is known color: Royal Blue. HEX triplet: 24, 79 and DC. RGB value is (36,121,220). Sum of RGB (Red+Green+Blue) = 36+121+220=377 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.55% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #2479DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2479DC is #DB8623. Grayscale: #6A6A6A. Windows color (decimal): -14386724 or 14448932. OLE color: 14448932.
HSL color Cylindrical-coordinate representation of color #2479DC: hue angle of 212.28º 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 #2479DC is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 121 | 220 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.14 |
| HSL | 212.28º | 0.72% | 0.5% | - |
| HSV(B) | 212.28º | 0.84% | 0.86% | - |
| XYZ | 20.48 | 19.22 | 70.34 | - |
| YUV | 106.87 | 191.84 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 121 | 220 | 0.84 | 0.45 | 0 | 0.14 | 212.28 | 0.72 | 0.5 |
| Hex | 24 | 79 | DC | 54 | 2D | 0 | E | D4 | 48 | 32 |
| Octal | 44 | 171 | 334 | 124 | 55 | 0 | 16 | 324 | 110 | 62 |
| Binary | 100100 | 1111001 | 11011100 | 1010100 | 101101 | 0 | 1110 | 11010100 | 1001000 | 110010 |
Color Harmonies of #2479DC
Complementary color
Monochromatic Colors of #2479DC
Black with #2479DC
Text Example
Text Example
White with #2479DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2479DC; }
p { color: rgb(36,121,220); }
H1.HeaderClassName
{
color: #2479DC;
}
.AnyTagClassName
{
color: #2479DC;
}
</style>
background-color css
<style>
a { background-color: #2479DC; }
a { background-color: rgb(36,121,220); }
div.DivClassName
{
background-color: #2479DC;
}
.BgClassName
{
background-color: #2479DC;
}
</style>
border-color css
<style>
span { border-color: #2479DC; }
span { border-color: rgb(36,121,220); }
td.TdClassName
{
border-color: #2479DC;
}
.TagClassName
{
border-color: #2479DC;
}
</style>