Shades of Dodger Blue #217BDD
Tints of Dodger Blue #217BDD
RGB
CMYK
RGB Variations
Color information
#217BDD (or 0x217BDD) is known color: Dodger Blue. HEX triplet: 21, 7B and DD. RGB value is (33,123,221). Sum of RGB (Red+Green+Blue) = 33+123+221=377 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.75% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #217BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217BDD is #DE8422. Grayscale: #6A6A6A. Windows color (decimal): -14582819 or 14514977. OLE color: 14514977.
HSL color Cylindrical-coordinate representation of color #217BDD: hue angle of 211.28º 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 #217BDD is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 123 | 221 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.13 |
| HSL | 211.28º | 0.74% | 0.5% | - |
| HSV(B) | 211.28º | 0.85% | 0.87% | - |
| XYZ | 20.76 | 19.71 | 71.12 | - |
| YUV | 107.26 | 192.18 | 75.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 123 | 221 | 0.85 | 0.44 | 0 | 0.13 | 211.28 | 0.74 | 0.5 |
| Hex | 21 | 7B | DD | 55 | 2C | 0 | D | D3 | 4A | 32 |
| Octal | 41 | 173 | 335 | 125 | 54 | 0 | 15 | 323 | 112 | 62 |
| Binary | 100001 | 1111011 | 11011101 | 1010101 | 101100 | 0 | 1101 | 11010011 | 1001010 | 110010 |
Color Harmonies of #217BDD
Complementary color
Monochromatic Colors of #217BDD
Black with #217BDD
Text Example
Text Example
White with #217BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217BDD; }
p { color: rgb(33,123,221); }
H1.HeaderClassName
{
color: #217BDD;
}
.AnyTagClassName
{
color: #217BDD;
}
</style>
background-color css
<style>
a { background-color: #217BDD; }
a { background-color: rgb(33,123,221); }
div.DivClassName
{
background-color: #217BDD;
}
.BgClassName
{
background-color: #217BDD;
}
</style>
border-color css
<style>
span { border-color: #217BDD; }
span { border-color: rgb(33,123,221); }
td.TdClassName
{
border-color: #217BDD;
}
.TagClassName
{
border-color: #217BDD;
}
</style>