Shades of Dodger Blue #2499EE
Tints of Dodger Blue #2499EE
RGB
CMYK
RGB Variations
Color information
#2499EE (or 0x2499EE) is known color: Dodger Blue. HEX triplet: 24, 99 and EE. RGB value is (36,153,238). Sum of RGB (Red+Green+Blue) = 36+153+238=427 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.43% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 238 (93.36% from 255 or 55.74% from 427); Max value from RGB is 238 - color contains mainly: blue. Hex color #2499EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2499EE is #DB6611. Grayscale: #7F7F7F. Windows color (decimal): -14378514 or 15636772. OLE color: 15636772.
HSL color Cylindrical-coordinate representation of color #2499EE: hue angle of 205.25º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2499EE is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 153 | 238 | - |
| CMYK | 0.85 | 0.36 | 0 | 0.07 |
| HSL | 205.25º | 0.86% | 0.54% | - |
| HSV(B) | 205.25º | 0.85% | 0.93% | - |
| XYZ | 27.55 | 29.33 | 85.1 | - |
| YUV | 127.71 | 190.24 | 62.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 153 | 238 | 0.85 | 0.36 | 0 | 0.07 | 205.25 | 0.86 | 0.54 |
| Hex | 24 | 99 | EE | 55 | 24 | 0 | 7 | CD | 56 | 36 |
| Octal | 44 | 231 | 356 | 125 | 44 | 0 | 7 | 315 | 126 | 66 |
| Binary | 100100 | 10011001 | 11101110 | 1010101 | 100100 | 0 | 111 | 11001101 | 1010110 | 110110 |
Color Harmonies of #2499EE
Complementary color
Monochromatic Colors of #2499EE
Black with #2499EE
Text Example
Text Example
White with #2499EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2499EE; }
p { color: rgb(36,153,238); }
H1.HeaderClassName
{
color: #2499EE;
}
.AnyTagClassName
{
color: #2499EE;
}
</style>
background-color css
<style>
a { background-color: #2499EE; }
a { background-color: rgb(36,153,238); }
div.DivClassName
{
background-color: #2499EE;
}
.BgClassName
{
background-color: #2499EE;
}
</style>
border-color css
<style>
span { border-color: #2499EE; }
span { border-color: rgb(36,153,238); }
td.TdClassName
{
border-color: #2499EE;
}
.TagClassName
{
border-color: #2499EE;
}
</style>