Shades of Dodger Blue #2479EF
Tints of Dodger Blue #2479EF
RGB
CMYK
RGB Variations
Color information
#2479EF (or 0x2479EF) is known color: Dodger Blue. HEX triplet: 24, 79 and EF. RGB value is (36,121,239). Sum of RGB (Red+Green+Blue) = 36+121+239=396 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.09% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 239 (93.75% from 255 or 60.35% from 396); Max value from RGB is 239 - color contains mainly: blue. Hex color #2479EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2479EF is #DB8610. Grayscale: #6C6C6C. Windows color (decimal): -14386705 or 15694116. OLE color: 15694116.
HSL color Cylindrical-coordinate representation of color #2479EF: hue angle of 214.88º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2479EF is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 36 | 121 | 239 | - |
| CMYK | 0.85 | 0.49 | 0 | 0.06 |
| HSL | 214.88º | 0.86% | 0.54% | - |
| HSV(B) | 214.88º | 0.85% | 0.94% | - |
| XYZ | 23.14 | 20.28 | 84.36 | - |
| YUV | 109.04 | 201.34 | 75.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 121 | 239 | 0.85 | 0.49 | 0 | 0.06 | 214.88 | 0.86 | 0.54 |
| Hex | 24 | 79 | EF | 55 | 31 | 0 | 6 | D7 | 56 | 36 |
| Octal | 44 | 171 | 357 | 125 | 61 | 0 | 6 | 327 | 126 | 66 |
| Binary | 100100 | 1111001 | 11101111 | 1010101 | 110001 | 0 | 110 | 11010111 | 1010110 | 110110 |
Color Harmonies of #2479EF
Complementary color
Monochromatic Colors of #2479EF
Black with #2479EF
Text Example
Text Example
White with #2479EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2479EF; }
p { color: rgb(36,121,239); }
H1.HeaderClassName
{
color: #2479EF;
}
.AnyTagClassName
{
color: #2479EF;
}
</style>
background-color css
<style>
a { background-color: #2479EF; }
a { background-color: rgb(36,121,239); }
div.DivClassName
{
background-color: #2479EF;
}
.BgClassName
{
background-color: #2479EF;
}
</style>
border-color css
<style>
span { border-color: #2479EF; }
span { border-color: rgb(36,121,239); }
td.TdClassName
{
border-color: #2479EF;
}
.TagClassName
{
border-color: #2479EF;
}
</style>