Shades of Dodger Blue #217FDC
Tints of Dodger Blue #217FDC
RGB
CMYK
RGB Variations
Color information
#217FDC (or 0x217FDC) is known color: Dodger Blue. HEX triplet: 21, 7F and DC. RGB value is (33,127,220). Sum of RGB (Red+Green+Blue) = 33+127+220=380 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.68% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #217FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217FDC is #DE8023. Grayscale: #6D6D6D. Windows color (decimal): -14581796 or 14450465. OLE color: 14450465.
HSL color Cylindrical-coordinate representation of color #217FDC: hue angle of 209.84º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #217FDC is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 127 | 220 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.14 |
| HSL | 209.84º | 0.74% | 0.5% | - |
| HSV(B) | 209.84º | 0.85% | 0.86% | - |
| XYZ | 21.13 | 20.67 | 70.59 | - |
| YUV | 109.5 | 190.36 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 127 | 220 | 0.85 | 0.42 | 0 | 0.14 | 209.84 | 0.74 | 0.5 |
| Hex | 21 | 7F | DC | 55 | 2A | 0 | E | D2 | 4A | 32 |
| Octal | 41 | 177 | 334 | 125 | 52 | 0 | 16 | 322 | 112 | 62 |
| Binary | 100001 | 1111111 | 11011100 | 1010101 | 101010 | 0 | 1110 | 11010010 | 1001010 | 110010 |
Color Harmonies of #217FDC
Complementary color
Monochromatic Colors of #217FDC
Black with #217FDC
Text Example
Text Example
White with #217FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217FDC; }
p { color: rgb(33,127,220); }
H1.HeaderClassName
{
color: #217FDC;
}
.AnyTagClassName
{
color: #217FDC;
}
</style>
background-color css
<style>
a { background-color: #217FDC; }
a { background-color: rgb(33,127,220); }
div.DivClassName
{
background-color: #217FDC;
}
.BgClassName
{
background-color: #217FDC;
}
</style>
border-color css
<style>
span { border-color: #217FDC; }
span { border-color: rgb(33,127,220); }
td.TdClassName
{
border-color: #217FDC;
}
.TagClassName
{
border-color: #217FDC;
}
</style>