Shades of Dodger Blue #248EE0
Tints of Dodger Blue #248EE0
RGB
CMYK
RGB Variations
Color information
#248EE0 (or 0x248EE0) is known color: Dodger Blue. HEX triplet: 24, 8E and E0. RGB value is (36,142,224). Sum of RGB (Red+Green+Blue) = 36+142+224=402 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.96% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 224 (87.89% from 255 or 55.72% from 402); Max value from RGB is 224 - color contains mainly: blue. Hex color #248EE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248EE0 is #DB711F. Grayscale: #777777. Windows color (decimal): -14381344 or 14716452. OLE color: 14716452.
HSL color Cylindrical-coordinate representation of color #248EE0: hue angle of 206.17º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #248EE0 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 36 | 142 | 224 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.12 |
| HSL | 206.17º | 0.75% | 0.51% | - |
| HSV(B) | 206.17º | 0.84% | 0.88% | - |
| XYZ | 23.86 | 25.1 | 74.11 | - |
| YUV | 119.65 | 186.88 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 142 | 224 | 0.84 | 0.37 | 0 | 0.12 | 206.17 | 0.75 | 0.51 |
| Hex | 24 | 8E | E0 | 54 | 25 | 0 | C | CE | 4B | 33 |
| Octal | 44 | 216 | 340 | 124 | 45 | 0 | 14 | 316 | 113 | 63 |
| Binary | 100100 | 10001110 | 11100000 | 1010100 | 100101 | 0 | 1100 | 11001110 | 1001011 | 110011 |
Color Harmonies of #248EE0
Complementary color
Monochromatic Colors of #248EE0
Black with #248EE0
Text Example
Text Example
White with #248EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248EE0; }
p { color: rgb(36,142,224); }
H1.HeaderClassName
{
color: #248EE0;
}
.AnyTagClassName
{
color: #248EE0;
}
</style>
background-color css
<style>
a { background-color: #248EE0; }
a { background-color: rgb(36,142,224); }
div.DivClassName
{
background-color: #248EE0;
}
.BgClassName
{
background-color: #248EE0;
}
</style>
border-color css
<style>
span { border-color: #248EE0; }
span { border-color: rgb(36,142,224); }
td.TdClassName
{
border-color: #248EE0;
}
.TagClassName
{
border-color: #248EE0;
}
</style>