Shades of Dodger Blue #249FEC
Tints of Dodger Blue #249FEC
RGB
CMYK
RGB Variations
Color information
#249FEC (or 0x249FEC) is known color: Dodger Blue. HEX triplet: 24, 9F and EC. RGB value is (36,159,236). Sum of RGB (Red+Green+Blue) = 36+159+236=431 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.35% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #249FEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249FEC is #DB6013. Grayscale: #828282. Windows color (decimal): -14376980 or 15507236. OLE color: 15507236.
HSL color Cylindrical-coordinate representation of color #249FEC: hue angle of 203.1º 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 #249FEC is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 159 | 236 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.07 |
| HSL | 203.1º | 0.84% | 0.53% | - |
| HSV(B) | 203.1º | 0.85% | 0.93% | - |
| XYZ | 28.27 | 31.23 | 83.89 | - |
| YUV | 131 | 187.25 | 60.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 159 | 236 | 0.85 | 0.33 | 0 | 0.07 | 203.1 | 0.84 | 0.53 |
| Hex | 24 | 9F | EC | 55 | 21 | 0 | 7 | CB | 54 | 35 |
| Octal | 44 | 237 | 354 | 125 | 41 | 0 | 7 | 313 | 124 | 65 |
| Binary | 100100 | 10011111 | 11101100 | 1010101 | 100001 | 0 | 111 | 11001011 | 1010100 | 110101 |
Color Harmonies of #249FEC
Complementary color
Monochromatic Colors of #249FEC
Black with #249FEC
Text Example
Text Example
White with #249FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249FEC; }
p { color: rgb(36,159,236); }
H1.HeaderClassName
{
color: #249FEC;
}
.AnyTagClassName
{
color: #249FEC;
}
</style>
background-color css
<style>
a { background-color: #249FEC; }
a { background-color: rgb(36,159,236); }
div.DivClassName
{
background-color: #249FEC;
}
.BgClassName
{
background-color: #249FEC;
}
</style>
border-color css
<style>
span { border-color: #249FEC; }
span { border-color: rgb(36,159,236); }
td.TdClassName
{
border-color: #249FEC;
}
.TagClassName
{
border-color: #249FEC;
}
</style>