Shades of Dodger Blue #218ED7
Tints of Dodger Blue #218ED7
RGB
CMYK
RGB Variations
Color information
#218ED7 (or 0x218ED7) is known color: Dodger Blue. HEX triplet: 21, 8E and D7. RGB value is (33,142,215). Sum of RGB (Red+Green+Blue) = 33+142+215=390 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.46% from 390); Green value is 142 (55.86% from 255 or 36.41% from 390); Blue value is 215 (84.38% from 255 or 55.13% from 390); Max value from RGB is 215 - color contains mainly: blue. Hex color #218ED7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218ED7 is #DE7128. Grayscale: #757575. Windows color (decimal): -14577961 or 14126625. OLE color: 14126625.
HSL color Cylindrical-coordinate representation of color #218ED7: hue angle of 204.07º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #218ED7 is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 142 | 215 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.16 |
| HSL | 204.07º | 0.73% | 0.49% | - |
| HSV(B) | 204.07º | 0.85% | 0.84% | - |
| XYZ | 22.57 | 24.58 | 67.84 | - |
| YUV | 117.73 | 182.89 | 67.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 142 | 215 | 0.85 | 0.34 | 0 | 0.16 | 204.07 | 0.73 | 0.49 |
| Hex | 21 | 8E | D7 | 55 | 22 | 0 | 10 | CC | 49 | 31 |
| Octal | 41 | 216 | 327 | 125 | 42 | 0 | 20 | 314 | 111 | 61 |
| Binary | 100001 | 10001110 | 11010111 | 1010101 | 100010 | 0 | 10000 | 11001100 | 1001001 | 110001 |
Color Harmonies of #218ED7
Complementary color
Monochromatic Colors of #218ED7
Black with #218ED7
Text Example
Text Example
White with #218ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218ED7; }
p { color: rgb(33,142,215); }
H1.HeaderClassName
{
color: #218ED7;
}
.AnyTagClassName
{
color: #218ED7;
}
</style>
background-color css
<style>
a { background-color: #218ED7; }
a { background-color: rgb(33,142,215); }
div.DivClassName
{
background-color: #218ED7;
}
.BgClassName
{
background-color: #218ED7;
}
</style>
border-color css
<style>
span { border-color: #218ED7; }
span { border-color: rgb(33,142,215); }
td.TdClassName
{
border-color: #218ED7;
}
.TagClassName
{
border-color: #218ED7;
}
</style>