Shades of Dodger Blue #238EE0
Tints of Dodger Blue #238EE0
RGB
CMYK
RGB Variations
Color information
#238EE0 (or 0x238EE0) is known color: Dodger Blue. HEX triplet: 23, 8E and E0. RGB value is (35,142,224). Sum of RGB (Red+Green+Blue) = 35+142+224=401 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.73% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 224 (87.89% from 255 or 55.86% from 401); Max value from RGB is 224 - color contains mainly: blue. Hex color #238EE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238EE0 is #DC711F. Grayscale: #767676. Windows color (decimal): -14446880 or 14716451. OLE color: 14716451.
HSL color Cylindrical-coordinate representation of color #238EE0: hue angle of 206.03º 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 #238EE0 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 35 | 142 | 224 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.12 |
| HSL | 206.03º | 0.75% | 0.51% | - |
| HSV(B) | 206.03º | 0.84% | 0.88% | - |
| XYZ | 23.82 | 25.09 | 74.11 | - |
| YUV | 119.36 | 187.05 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 142 | 224 | 0.84 | 0.37 | 0 | 0.12 | 206.03 | 0.75 | 0.51 |
| Hex | 23 | 8E | E0 | 54 | 25 | 0 | C | CE | 4B | 33 |
| Octal | 43 | 216 | 340 | 124 | 45 | 0 | 14 | 316 | 113 | 63 |
| Binary | 100011 | 10001110 | 11100000 | 1010100 | 100101 | 0 | 1100 | 11001110 | 1001011 | 110011 |
Color Harmonies of #238EE0
Complementary color
Monochromatic Colors of #238EE0
Black with #238EE0
Text Example
Text Example
White with #238EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238EE0; }
p { color: rgb(35,142,224); }
H1.HeaderClassName
{
color: #238EE0;
}
.AnyTagClassName
{
color: #238EE0;
}
</style>
background-color css
<style>
a { background-color: #238EE0; }
a { background-color: rgb(35,142,224); }
div.DivClassName
{
background-color: #238EE0;
}
.BgClassName
{
background-color: #238EE0;
}
</style>
border-color css
<style>
span { border-color: #238EE0; }
span { border-color: rgb(35,142,224); }
td.TdClassName
{
border-color: #238EE0;
}
.TagClassName
{
border-color: #238EE0;
}
</style>