Shades of Royal Blue #2479DD
Tints of Royal Blue #2479DD
RGB
CMYK
RGB Variations
Color information
#2479DD (or 0x2479DD) is known color: Royal Blue. HEX triplet: 24, 79 and DD. RGB value is (36,121,221). Sum of RGB (Red+Green+Blue) = 36+121+221=378 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.52% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #2479DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2479DD is #DB8622. Grayscale: #6A6A6A. Windows color (decimal): -14386723 or 14514468. OLE color: 14514468.
HSL color Cylindrical-coordinate representation of color #2479DD: hue angle of 212.43º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2479DD is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 121 | 221 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.13 |
| HSL | 212.43º | 0.73% | 0.5% | - |
| HSV(B) | 212.43º | 0.84% | 0.87% | - |
| XYZ | 20.62 | 19.27 | 71.04 | - |
| YUV | 106.99 | 192.34 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 121 | 221 | 0.84 | 0.45 | 0 | 0.13 | 212.43 | 0.73 | 0.5 |
| Hex | 24 | 79 | DD | 54 | 2D | 0 | D | D4 | 49 | 32 |
| Octal | 44 | 171 | 335 | 124 | 55 | 0 | 15 | 324 | 111 | 62 |
| Binary | 100100 | 1111001 | 11011101 | 1010100 | 101101 | 0 | 1101 | 11010100 | 1001001 | 110010 |
Color Harmonies of #2479DD
Complementary color
Monochromatic Colors of #2479DD
Black with #2479DD
Text Example
Text Example
White with #2479DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2479DD; }
p { color: rgb(36,121,221); }
H1.HeaderClassName
{
color: #2479DD;
}
.AnyTagClassName
{
color: #2479DD;
}
</style>
background-color css
<style>
a { background-color: #2479DD; }
a { background-color: rgb(36,121,221); }
div.DivClassName
{
background-color: #2479DD;
}
.BgClassName
{
background-color: #2479DD;
}
</style>
border-color css
<style>
span { border-color: #2479DD; }
span { border-color: rgb(36,121,221); }
td.TdClassName
{
border-color: #2479DD;
}
.TagClassName
{
border-color: #2479DD;
}
</style>