Shades of Dodger Blue #248EEC
Tints of Dodger Blue #248EEC
RGB
CMYK
RGB Variations
Color information
#248EEC (or 0x248EEC) is known color: Dodger Blue. HEX triplet: 24, 8E and EC. RGB value is (36,142,236). Sum of RGB (Red+Green+Blue) = 36+142+236=414 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.70% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #248EEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248EEC is #DB7113. Grayscale: #787878. Windows color (decimal): -14381332 or 15502884. OLE color: 15502884.
HSL color Cylindrical-coordinate representation of color #248EEC: hue angle of 208.2º 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 #248EEC is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 142 | 236 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.07 |
| HSL | 208.2º | 0.84% | 0.53% | - |
| HSV(B) | 208.2º | 0.85% | 0.93% | - |
| XYZ | 25.54 | 25.78 | 82.99 | - |
| YUV | 121.02 | 192.88 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 142 | 236 | 0.85 | 0.40 | 0 | 0.07 | 208.2 | 0.84 | 0.53 |
| Hex | 24 | 8E | EC | 55 | 28 | 0 | 7 | D0 | 54 | 35 |
| Octal | 44 | 216 | 354 | 125 | 50 | 0 | 7 | 320 | 124 | 65 |
| Binary | 100100 | 10001110 | 11101100 | 1010101 | 101000 | 0 | 111 | 11010000 | 1010100 | 110101 |
Color Harmonies of #248EEC
Complementary color
Monochromatic Colors of #248EEC
Black with #248EEC
Text Example
Text Example
White with #248EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248EEC; }
p { color: rgb(36,142,236); }
H1.HeaderClassName
{
color: #248EEC;
}
.AnyTagClassName
{
color: #248EEC;
}
</style>
background-color css
<style>
a { background-color: #248EEC; }
a { background-color: rgb(36,142,236); }
div.DivClassName
{
background-color: #248EEC;
}
.BgClassName
{
background-color: #248EEC;
}
</style>
border-color css
<style>
span { border-color: #248EEC; }
span { border-color: rgb(36,142,236); }
td.TdClassName
{
border-color: #248EEC;
}
.TagClassName
{
border-color: #248EEC;
}
</style>