Shades of Dodger Blue #217CDD
Tints of Dodger Blue #217CDD
RGB
CMYK
RGB Variations
Color information
#217CDD (or 0x217CDD) is known color: Dodger Blue. HEX triplet: 21, 7C and DD. RGB value is (33,124,221). Sum of RGB (Red+Green+Blue) = 33+124+221=378 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.73% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #217CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217CDD is #DE8322. Grayscale: #6B6B6B. Windows color (decimal): -14582563 or 14515233. OLE color: 14515233.
HSL color Cylindrical-coordinate representation of color #217CDD: hue angle of 210.96º 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 #217CDD is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 124 | 221 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.13 |
| HSL | 210.96º | 0.74% | 0.5% | - |
| HSV(B) | 210.96º | 0.85% | 0.87% | - |
| XYZ | 20.89 | 19.96 | 71.16 | - |
| YUV | 107.85 | 191.85 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 124 | 221 | 0.85 | 0.44 | 0 | 0.13 | 210.96 | 0.74 | 0.5 |
| Hex | 21 | 7C | DD | 55 | 2C | 0 | D | D3 | 4A | 32 |
| Octal | 41 | 174 | 335 | 125 | 54 | 0 | 15 | 323 | 112 | 62 |
| Binary | 100001 | 1111100 | 11011101 | 1010101 | 101100 | 0 | 1101 | 11010011 | 1001010 | 110010 |
Color Harmonies of #217CDD
Complementary color
Monochromatic Colors of #217CDD
Black with #217CDD
Text Example
Text Example
White with #217CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217CDD; }
p { color: rgb(33,124,221); }
H1.HeaderClassName
{
color: #217CDD;
}
.AnyTagClassName
{
color: #217CDD;
}
</style>
background-color css
<style>
a { background-color: #217CDD; }
a { background-color: rgb(33,124,221); }
div.DivClassName
{
background-color: #217CDD;
}
.BgClassName
{
background-color: #217CDD;
}
</style>
border-color css
<style>
span { border-color: #217CDD; }
span { border-color: rgb(33,124,221); }
td.TdClassName
{
border-color: #217CDD;
}
.TagClassName
{
border-color: #217CDD;
}
</style>