Shades of Dodger Blue #218CDD
Tints of Dodger Blue #218CDD
RGB
CMYK
RGB Variations
Color information
#218CDD (or 0x218CDD) is known color: Dodger Blue. HEX triplet: 21, 8C and DD. RGB value is (33,140,221). Sum of RGB (Red+Green+Blue) = 33+140+221=394 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.38% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #218CDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218CDD is #DE7322. Grayscale: #747474. Windows color (decimal): -14578467 or 14519329. OLE color: 14519329.
HSL color Cylindrical-coordinate representation of color #218CDD: hue angle of 205.85º 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 #218CDD is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 140 | 221 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.13 |
| HSL | 205.85º | 0.74% | 0.5% | - |
| HSV(B) | 205.85º | 0.85% | 0.87% | - |
| XYZ | 23.06 | 24.3 | 71.88 | - |
| YUV | 117.24 | 186.55 | 67.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 140 | 221 | 0.85 | 0.37 | 0 | 0.13 | 205.85 | 0.74 | 0.5 |
| Hex | 21 | 8C | DD | 55 | 25 | 0 | D | CE | 4A | 32 |
| Octal | 41 | 214 | 335 | 125 | 45 | 0 | 15 | 316 | 112 | 62 |
| Binary | 100001 | 10001100 | 11011101 | 1010101 | 100101 | 0 | 1101 | 11001110 | 1001010 | 110010 |
Color Harmonies of #218CDD
Complementary color
Monochromatic Colors of #218CDD
Black with #218CDD
Text Example
Text Example
White with #218CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218CDD; }
p { color: rgb(33,140,221); }
H1.HeaderClassName
{
color: #218CDD;
}
.AnyTagClassName
{
color: #218CDD;
}
</style>
background-color css
<style>
a { background-color: #218CDD; }
a { background-color: rgb(33,140,221); }
div.DivClassName
{
background-color: #218CDD;
}
.BgClassName
{
background-color: #218CDD;
}
</style>
border-color css
<style>
span { border-color: #218CDD; }
span { border-color: rgb(33,140,221); }
td.TdClassName
{
border-color: #218CDD;
}
.TagClassName
{
border-color: #218CDD;
}
</style>