Shades of Dodger Blue #218CED
Tints of Dodger Blue #218CED
RGB
CMYK
RGB Variations
Color information
#218CED (or 0x218CED) is known color: Dodger Blue. HEX triplet: 21, 8C and ED. RGB value is (33,140,237). Sum of RGB (Red+Green+Blue) = 33+140+237=410 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.05% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 237 (92.97% from 255 or 57.80% from 410); Max value from RGB is 237 - color contains mainly: blue. Hex color #218CED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #218CED is #DE7312. Grayscale: #767676. Windows color (decimal): -14578451 or 15567905. OLE color: 15567905.
HSL color Cylindrical-coordinate representation of color #218CED: hue angle of 208.53º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #218CED is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 140 | 237 | - |
| CMYK | 0.86 | 0.41 | 0 | 0.07 |
| HSL | 208.53º | 0.85% | 0.53% | - |
| HSV(B) | 208.53º | 0.86% | 0.93% | - |
| XYZ | 25.29 | 25.19 | 83.65 | - |
| YUV | 119.07 | 194.55 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 140 | 237 | 0.86 | 0.41 | 0 | 0.07 | 208.53 | 0.85 | 0.53 |
| Hex | 21 | 8C | ED | 56 | 29 | 0 | 7 | D1 | 55 | 35 |
| Octal | 41 | 214 | 355 | 126 | 51 | 0 | 7 | 321 | 125 | 65 |
| Binary | 100001 | 10001100 | 11101101 | 1010110 | 101001 | 0 | 111 | 11010001 | 1010101 | 110101 |
Color Harmonies of #218CED
Complementary color
Monochromatic Colors of #218CED
Black with #218CED
Text Example
Text Example
White with #218CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218CED; }
p { color: rgb(33,140,237); }
H1.HeaderClassName
{
color: #218CED;
}
.AnyTagClassName
{
color: #218CED;
}
</style>
background-color css
<style>
a { background-color: #218CED; }
a { background-color: rgb(33,140,237); }
div.DivClassName
{
background-color: #218CED;
}
.BgClassName
{
background-color: #218CED;
}
</style>
border-color css
<style>
span { border-color: #218CED; }
span { border-color: rgb(33,140,237); }
td.TdClassName
{
border-color: #218CED;
}
.TagClassName
{
border-color: #218CED;
}
</style>