Shades of Dodger Blue #217DDE
Tints of Dodger Blue #217DDE
RGB
CMYK
RGB Variations
Color information
#217DDE (or 0x217DDE) is known color: Dodger Blue. HEX triplet: 21, 7D and DE. RGB value is (33,125,222). Sum of RGB (Red+Green+Blue) = 33+125+222=380 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.68% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 222 (87.11% from 255 or 58.42% from 380); Max value from RGB is 222 - color contains mainly: blue. Hex color #217DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217DDE is #DE8221. Grayscale: #6C6C6C. Windows color (decimal): -14582306 or 14581025. OLE color: 14581025.
HSL color Cylindrical-coordinate representation of color #217DDE: hue angle of 210.79º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #217DDE is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 125 | 222 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.13 |
| HSL | 210.79º | 0.74% | 0.5% | - |
| HSV(B) | 210.79º | 0.85% | 0.87% | - |
| XYZ | 21.15 | 20.26 | 71.9 | - |
| YUV | 108.55 | 192.02 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 125 | 222 | 0.85 | 0.44 | 0 | 0.13 | 210.79 | 0.74 | 0.5 |
| Hex | 21 | 7D | DE | 55 | 2C | 0 | D | D3 | 4A | 32 |
| Octal | 41 | 175 | 336 | 125 | 54 | 0 | 15 | 323 | 112 | 62 |
| Binary | 100001 | 1111101 | 11011110 | 1010101 | 101100 | 0 | 1101 | 11010011 | 1001010 | 110010 |
Color Harmonies of #217DDE
Complementary color
Monochromatic Colors of #217DDE
Black with #217DDE
Text Example
Text Example
White with #217DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217DDE; }
p { color: rgb(33,125,222); }
H1.HeaderClassName
{
color: #217DDE;
}
.AnyTagClassName
{
color: #217DDE;
}
</style>
background-color css
<style>
a { background-color: #217DDE; }
a { background-color: rgb(33,125,222); }
div.DivClassName
{
background-color: #217DDE;
}
.BgClassName
{
background-color: #217DDE;
}
</style>
border-color css
<style>
span { border-color: #217DDE; }
span { border-color: rgb(33,125,222); }
td.TdClassName
{
border-color: #217DDE;
}
.TagClassName
{
border-color: #217DDE;
}
</style>