Shades of Dodger Blue #2499E7
Tints of Dodger Blue #2499E7
RGB
CMYK
RGB Variations
Color information
#2499E7 (or 0x2499E7) is known color: Dodger Blue. HEX triplet: 24, 99 and E7. RGB value is (36,153,231). Sum of RGB (Red+Green+Blue) = 36+153+231=420 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.57% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 231 (90.62% from 255 or 55% from 420); Max value from RGB is 231 - color contains mainly: blue. Hex color #2499E7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2499E7 is #DB6618. Grayscale: #7E7E7E. Windows color (decimal): -14378521 or 15178020. OLE color: 15178020.
HSL color Cylindrical-coordinate representation of color #2499E7: hue angle of 204º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2499E7 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 36 | 153 | 231 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.09 |
| HSL | 204º | 0.8% | 0.52% | - |
| HSV(B) | 204º | 0.84% | 0.91% | - |
| XYZ | 26.54 | 28.93 | 79.79 | - |
| YUV | 126.91 | 186.74 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 153 | 231 | 0.84 | 0.34 | 0 | 0.09 | 204 | 0.8 | 0.52 |
| Hex | 24 | 99 | E7 | 54 | 22 | 0 | 9 | CC | 50 | 34 |
| Octal | 44 | 231 | 347 | 124 | 42 | 0 | 11 | 314 | 120 | 64 |
| Binary | 100100 | 10011001 | 11100111 | 1010100 | 100010 | 0 | 1001 | 11001100 | 1010000 | 110100 |
Color Harmonies of #2499E7
Complementary color
Monochromatic Colors of #2499E7
Black with #2499E7
Text Example
Text Example
White with #2499E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2499E7; }
p { color: rgb(36,153,231); }
H1.HeaderClassName
{
color: #2499E7;
}
.AnyTagClassName
{
color: #2499E7;
}
</style>
background-color css
<style>
a { background-color: #2499E7; }
a { background-color: rgb(36,153,231); }
div.DivClassName
{
background-color: #2499E7;
}
.BgClassName
{
background-color: #2499E7;
}
</style>
border-color css
<style>
span { border-color: #2499E7; }
span { border-color: rgb(36,153,231); }
td.TdClassName
{
border-color: #2499E7;
}
.TagClassName
{
border-color: #2499E7;
}
</style>