Shades of Dodger Blue #218CE9
Tints of Dodger Blue #218CE9
RGB
CMYK
RGB Variations
Color information
#218CE9 (or 0x218CE9) is known color: Dodger Blue. HEX triplet: 21, 8C and E9. RGB value is (33,140,233). Sum of RGB (Red+Green+Blue) = 33+140+233=406 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.13% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 233 (91.41% from 255 or 57.39% from 406); Max value from RGB is 233 - color contains mainly: blue. Hex color #218CE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #218CE9 is #DE7316. Grayscale: #767676. Windows color (decimal): -14578455 or 15305761. OLE color: 15305761.
HSL color Cylindrical-coordinate representation of color #218CE9: hue angle of 207.9º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #218CE9 is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 140 | 233 | - |
| CMYK | 0.86 | 0.40 | 0 | 0.09 |
| HSL | 207.9º | 0.82% | 0.52% | - |
| HSV(B) | 207.9º | 0.86% | 0.91% | - |
| XYZ | 24.71 | 24.96 | 80.61 | - |
| YUV | 118.61 | 192.55 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 140 | 233 | 0.86 | 0.40 | 0 | 0.09 | 207.9 | 0.82 | 0.52 |
| Hex | 21 | 8C | E9 | 56 | 28 | 0 | 9 | D0 | 52 | 34 |
| Octal | 41 | 214 | 351 | 126 | 50 | 0 | 11 | 320 | 122 | 64 |
| Binary | 100001 | 10001100 | 11101001 | 1010110 | 101000 | 0 | 1001 | 11010000 | 1010010 | 110100 |
Color Harmonies of #218CE9
Complementary color
Monochromatic Colors of #218CE9
Black with #218CE9
Text Example
Text Example
White with #218CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218CE9; }
p { color: rgb(33,140,233); }
H1.HeaderClassName
{
color: #218CE9;
}
.AnyTagClassName
{
color: #218CE9;
}
</style>
background-color css
<style>
a { background-color: #218CE9; }
a { background-color: rgb(33,140,233); }
div.DivClassName
{
background-color: #218CE9;
}
.BgClassName
{
background-color: #218CE9;
}
</style>
border-color css
<style>
span { border-color: #218CE9; }
span { border-color: rgb(33,140,233); }
td.TdClassName
{
border-color: #218CE9;
}
.TagClassName
{
border-color: #218CE9;
}
</style>