Shades of Dodger Blue #218EE0
Tints of Dodger Blue #218EE0
RGB
CMYK
RGB Variations
Color information
#218EE0 (or 0x218EE0) is known color: Dodger Blue. HEX triplet: 21, 8E and E0. RGB value is (33,142,224). Sum of RGB (Red+Green+Blue) = 33+142+224=399 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.27% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 224 (87.89% from 255 or 56.14% from 399); Max value from RGB is 224 - color contains mainly: blue. Hex color #218EE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218EE0 is #DE711F. Grayscale: #767676. Windows color (decimal): -14577952 or 14716449. OLE color: 14716449.
HSL color Cylindrical-coordinate representation of color #218EE0: hue angle of 205.76º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #218EE0 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 142 | 224 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.12 |
| HSL | 205.76º | 0.75% | 0.5% | - |
| HSV(B) | 205.76º | 0.85% | 0.88% | - |
| XYZ | 23.75 | 25.05 | 74.1 | - |
| YUV | 118.76 | 187.39 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 142 | 224 | 0.85 | 0.37 | 0 | 0.12 | 205.76 | 0.75 | 0.5 |
| Hex | 21 | 8E | E0 | 55 | 25 | 0 | C | CE | 4B | 32 |
| Octal | 41 | 216 | 340 | 125 | 45 | 0 | 14 | 316 | 113 | 62 |
| Binary | 100001 | 10001110 | 11100000 | 1010101 | 100101 | 0 | 1100 | 11001110 | 1001011 | 110010 |
Color Harmonies of #218EE0
Complementary color
Monochromatic Colors of #218EE0
Black with #218EE0
Text Example
Text Example
White with #218EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218EE0; }
p { color: rgb(33,142,224); }
H1.HeaderClassName
{
color: #218EE0;
}
.AnyTagClassName
{
color: #218EE0;
}
</style>
background-color css
<style>
a { background-color: #218EE0; }
a { background-color: rgb(33,142,224); }
div.DivClassName
{
background-color: #218EE0;
}
.BgClassName
{
background-color: #218EE0;
}
</style>
border-color css
<style>
span { border-color: #218EE0; }
span { border-color: rgb(33,142,224); }
td.TdClassName
{
border-color: #218EE0;
}
.TagClassName
{
border-color: #218EE0;
}
</style>