Shades of Dodger Blue #2479EC
Tints of Dodger Blue #2479EC
RGB
CMYK
RGB Variations
Color information
#2479EC (or 0x2479EC) is known color: Dodger Blue. HEX triplet: 24, 79 and EC. RGB value is (36,121,236). Sum of RGB (Red+Green+Blue) = 36+121+236=393 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.16% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 236 (92.58% from 255 or 60.05% from 393); Max value from RGB is 236 - color contains mainly: blue. Hex color #2479EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2479EC is #DB8613. Grayscale: #6C6C6C. Windows color (decimal): -14386708 or 15497508. OLE color: 15497508.
HSL color Cylindrical-coordinate representation of color #2479EC: hue angle of 214.5º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2479EC is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 121 | 236 | - |
| CMYK | 0.85 | 0.49 | 0 | 0.07 |
| HSL | 214.5º | 0.84% | 0.53% | - |
| HSV(B) | 214.5º | 0.85% | 0.93% | - |
| XYZ | 22.71 | 20.11 | 82.04 | - |
| YUV | 108.7 | 199.84 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 121 | 236 | 0.85 | 0.49 | 0 | 0.07 | 214.5 | 0.84 | 0.53 |
| Hex | 24 | 79 | EC | 55 | 31 | 0 | 7 | D6 | 54 | 35 |
| Octal | 44 | 171 | 354 | 125 | 61 | 0 | 7 | 326 | 124 | 65 |
| Binary | 100100 | 1111001 | 11101100 | 1010101 | 110001 | 0 | 111 | 11010110 | 1010100 | 110101 |
Color Harmonies of #2479EC
Complementary color
Monochromatic Colors of #2479EC
Black with #2479EC
Text Example
Text Example
White with #2479EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2479EC; }
p { color: rgb(36,121,236); }
H1.HeaderClassName
{
color: #2479EC;
}
.AnyTagClassName
{
color: #2479EC;
}
</style>
background-color css
<style>
a { background-color: #2479EC; }
a { background-color: rgb(36,121,236); }
div.DivClassName
{
background-color: #2479EC;
}
.BgClassName
{
background-color: #2479EC;
}
</style>
border-color css
<style>
span { border-color: #2479EC; }
span { border-color: rgb(36,121,236); }
td.TdClassName
{
border-color: #2479EC;
}
.TagClassName
{
border-color: #2479EC;
}
</style>