Shades of Dodger Blue #218BEC
Tints of Dodger Blue #218BEC
RGB
CMYK
RGB Variations
Color information
#218BEC (or 0x218BEC) is known color: Dodger Blue. HEX triplet: 21, 8B and EC. RGB value is (33,139,236). Sum of RGB (Red+Green+Blue) = 33+139+236=408 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.09% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 236 (92.58% from 255 or 57.84% from 408); Max value from RGB is 236 - color contains mainly: blue. Hex color #218BEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #218BEC is #DE7413. Grayscale: #757575. Windows color (decimal): -14578708 or 15502113. OLE color: 15502113.
HSL color Cylindrical-coordinate representation of color #218BEC: hue angle of 208.67º degrees, saturation: 0.84, 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 #218BEC is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 139 | 236 | - |
| CMYK | 0.86 | 0.41 | 0 | 0.07 |
| HSL | 208.67º | 0.84% | 0.53% | - |
| HSV(B) | 208.67º | 0.86% | 0.93% | - |
| XYZ | 25 | 24.84 | 82.83 | - |
| YUV | 118.36 | 194.38 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 139 | 236 | 0.86 | 0.41 | 0 | 0.07 | 208.67 | 0.84 | 0.53 |
| Hex | 21 | 8B | EC | 56 | 29 | 0 | 7 | D1 | 54 | 35 |
| Octal | 41 | 213 | 354 | 126 | 51 | 0 | 7 | 321 | 124 | 65 |
| Binary | 100001 | 10001011 | 11101100 | 1010110 | 101001 | 0 | 111 | 11010001 | 1010100 | 110101 |
Color Harmonies of #218BEC
Complementary color
Monochromatic Colors of #218BEC
Black with #218BEC
Text Example
Text Example
White with #218BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218BEC; }
p { color: rgb(33,139,236); }
H1.HeaderClassName
{
color: #218BEC;
}
.AnyTagClassName
{
color: #218BEC;
}
</style>
background-color css
<style>
a { background-color: #218BEC; }
a { background-color: rgb(33,139,236); }
div.DivClassName
{
background-color: #218BEC;
}
.BgClassName
{
background-color: #218BEC;
}
</style>
border-color css
<style>
span { border-color: #218BEC; }
span { border-color: rgb(33,139,236); }
td.TdClassName
{
border-color: #218BEC;
}
.TagClassName
{
border-color: #218BEC;
}
</style>