Shades of Dodger Blue #217EE6
Tints of Dodger Blue #217EE6
RGB
CMYK
RGB Variations
Color information
#217EE6 (or 0x217EE6) is known color: Dodger Blue. HEX triplet: 21, 7E and E6. RGB value is (33,126,230). Sum of RGB (Red+Green+Blue) = 33+126+230=389 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.48% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 230 (90.23% from 255 or 59.13% from 389); Max value from RGB is 230 - color contains mainly: blue. Hex color #217EE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217EE6 is #DE8119. Grayscale: #6D6D6D. Windows color (decimal): -14582042 or 15105569. OLE color: 15105569.
HSL color Cylindrical-coordinate representation of color #217EE6: hue angle of 211.68º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #217EE6 is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 33 | 126 | 230 | - |
| CMYK | 0.86 | 0.45 | 0 | 0.10 |
| HSL | 211.68º | 0.8% | 0.52% | - |
| HSV(B) | 211.68º | 0.86% | 0.9% | - |
| XYZ | 22.37 | 20.96 | 77.73 | - |
| YUV | 110.05 | 195.69 | 73.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 126 | 230 | 0.86 | 0.45 | 0 | 0.10 | 211.68 | 0.8 | 0.52 |
| Hex | 21 | 7E | E6 | 56 | 2D | 0 | A | D4 | 50 | 34 |
| Octal | 41 | 176 | 346 | 126 | 55 | 0 | 12 | 324 | 120 | 64 |
| Binary | 100001 | 1111110 | 11100110 | 1010110 | 101101 | 0 | 1010 | 11010100 | 1010000 | 110100 |
Color Harmonies of #217EE6
Complementary color
Monochromatic Colors of #217EE6
Black with #217EE6
Text Example
Text Example
White with #217EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217EE6; }
p { color: rgb(33,126,230); }
H1.HeaderClassName
{
color: #217EE6;
}
.AnyTagClassName
{
color: #217EE6;
}
</style>
background-color css
<style>
a { background-color: #217EE6; }
a { background-color: rgb(33,126,230); }
div.DivClassName
{
background-color: #217EE6;
}
.BgClassName
{
background-color: #217EE6;
}
</style>
border-color css
<style>
span { border-color: #217EE6; }
span { border-color: rgb(33,126,230); }
td.TdClassName
{
border-color: #217EE6;
}
.TagClassName
{
border-color: #217EE6;
}
</style>