Shades of Dodger Blue #218EDE
Tints of Dodger Blue #218EDE
RGB
CMYK
RGB Variations
Color information
#218EDE (or 0x218EDE) is known color: Dodger Blue. HEX triplet: 21, 8E and DE. RGB value is (33,142,222). Sum of RGB (Red+Green+Blue) = 33+142+222=397 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.31% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 222 (87.11% from 255 or 55.92% from 397); Max value from RGB is 222 - color contains mainly: blue. Hex color #218EDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218EDE is #DE7121. Grayscale: #767676. Windows color (decimal): -14577954 or 14585377. OLE color: 14585377.
HSL color Cylindrical-coordinate representation of color #218EDE: hue angle of 205.4º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #218EDE is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 142 | 222 | - |
| CMYK | 0.85 | 0.36 | 0 | 0.13 |
| HSL | 205.4º | 0.74% | 0.5% | - |
| HSV(B) | 205.4º | 0.85% | 0.87% | - |
| XYZ | 23.49 | 24.94 | 72.68 | - |
| YUV | 118.53 | 186.39 | 67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 142 | 222 | 0.85 | 0.36 | 0 | 0.13 | 205.4 | 0.74 | 0.5 |
| Hex | 21 | 8E | DE | 55 | 24 | 0 | D | CD | 4A | 32 |
| Octal | 41 | 216 | 336 | 125 | 44 | 0 | 15 | 315 | 112 | 62 |
| Binary | 100001 | 10001110 | 11011110 | 1010101 | 100100 | 0 | 1101 | 11001101 | 1001010 | 110010 |
Color Harmonies of #218EDE
Complementary color
Monochromatic Colors of #218EDE
Black with #218EDE
Text Example
Text Example
White with #218EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218EDE; }
p { color: rgb(33,142,222); }
H1.HeaderClassName
{
color: #218EDE;
}
.AnyTagClassName
{
color: #218EDE;
}
</style>
background-color css
<style>
a { background-color: #218EDE; }
a { background-color: rgb(33,142,222); }
div.DivClassName
{
background-color: #218EDE;
}
.BgClassName
{
background-color: #218EDE;
}
</style>
border-color css
<style>
span { border-color: #218EDE; }
span { border-color: rgb(33,142,222); }
td.TdClassName
{
border-color: #218EDE;
}
.TagClassName
{
border-color: #218EDE;
}
</style>