Shades of Dodger Blue #249EEF
Tints of Dodger Blue #249EEF
RGB
CMYK
RGB Variations
Color information
#249EEF (or 0x249EEF) is known color: Dodger Blue. HEX triplet: 24, 9E and EF. RGB value is (36,158,239). Sum of RGB (Red+Green+Blue) = 36+158+239=433 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.31% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #249EEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249EEF is #DB6110. Grayscale: #828282. Windows color (decimal): -14377233 or 15703588. OLE color: 15703588.
HSL color Cylindrical-coordinate representation of color #249EEF: hue angle of 203.94º 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 #249EEF is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 36 | 158 | 239 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.06 |
| HSL | 203.94º | 0.86% | 0.54% | - |
| HSV(B) | 203.94º | 0.85% | 0.94% | - |
| XYZ | 28.53 | 31.06 | 86.15 | - |
| YUV | 130.76 | 189.08 | 60.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 158 | 239 | 0.85 | 0.34 | 0 | 0.06 | 203.94 | 0.86 | 0.54 |
| Hex | 24 | 9E | EF | 55 | 22 | 0 | 6 | CC | 56 | 36 |
| Octal | 44 | 236 | 357 | 125 | 42 | 0 | 6 | 314 | 126 | 66 |
| Binary | 100100 | 10011110 | 11101111 | 1010101 | 100010 | 0 | 110 | 11001100 | 1010110 | 110110 |
Color Harmonies of #249EEF
Complementary color
Monochromatic Colors of #249EEF
Black with #249EEF
Text Example
Text Example
White with #249EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249EEF; }
p { color: rgb(36,158,239); }
H1.HeaderClassName
{
color: #249EEF;
}
.AnyTagClassName
{
color: #249EEF;
}
</style>
background-color css
<style>
a { background-color: #249EEF; }
a { background-color: rgb(36,158,239); }
div.DivClassName
{
background-color: #249EEF;
}
.BgClassName
{
background-color: #249EEF;
}
</style>
border-color css
<style>
span { border-color: #249EEF; }
span { border-color: rgb(36,158,239); }
td.TdClassName
{
border-color: #249EEF;
}
.TagClassName
{
border-color: #249EEF;
}
</style>