Shades of Dodger Blue #218DE2
Tints of Dodger Blue #218DE2
RGB
CMYK
RGB Variations
Color information
#218DE2 (or 0x218DE2) is known color: Dodger Blue. HEX triplet: 21, 8D and E2. RGB value is (33,141,226). Sum of RGB (Red+Green+Blue) = 33+141+226=400 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.25% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 226 (88.67% from 255 or 56.5% from 400); Max value from RGB is 226 - color contains mainly: blue. Hex color #218DE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218DE2 is #DE721D. Grayscale: #757575. Windows color (decimal): -14578206 or 14847265. OLE color: 14847265.
HSL color Cylindrical-coordinate representation of color #218DE2: hue angle of 206.42º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #218DE2 is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 141 | 226 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.11 |
| HSL | 206.42º | 0.77% | 0.51% | - |
| HSV(B) | 206.42º | 0.85% | 0.89% | - |
| XYZ | 23.88 | 24.86 | 75.49 | - |
| YUV | 118.4 | 188.72 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 141 | 226 | 0.85 | 0.38 | 0 | 0.11 | 206.42 | 0.77 | 0.51 |
| Hex | 21 | 8D | E2 | 55 | 26 | 0 | B | CE | 4D | 33 |
| Octal | 41 | 215 | 342 | 125 | 46 | 0 | 13 | 316 | 115 | 63 |
| Binary | 100001 | 10001101 | 11100010 | 1010101 | 100110 | 0 | 1011 | 11001110 | 1001101 | 110011 |
Color Harmonies of #218DE2
Complementary color
Monochromatic Colors of #218DE2
Black with #218DE2
Text Example
Text Example
White with #218DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218DE2; }
p { color: rgb(33,141,226); }
H1.HeaderClassName
{
color: #218DE2;
}
.AnyTagClassName
{
color: #218DE2;
}
</style>
background-color css
<style>
a { background-color: #218DE2; }
a { background-color: rgb(33,141,226); }
div.DivClassName
{
background-color: #218DE2;
}
.BgClassName
{
background-color: #218DE2;
}
</style>
border-color css
<style>
span { border-color: #218DE2; }
span { border-color: rgb(33,141,226); }
td.TdClassName
{
border-color: #218DE2;
}
.TagClassName
{
border-color: #218DE2;
}
</style>