Shades of Dodger Blue #217BDC
Tints of Dodger Blue #217BDC
RGB
CMYK
RGB Variations
Color information
#217BDC (or 0x217BDC) is known color: Dodger Blue. HEX triplet: 21, 7B and DC. RGB value is (33,123,220). Sum of RGB (Red+Green+Blue) = 33+123+220=376 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.78% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #217BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217BDC is #DE8423. Grayscale: #6A6A6A. Windows color (decimal): -14582820 or 14449441. OLE color: 14449441.
HSL color Cylindrical-coordinate representation of color #217BDC: hue angle of 211.12º 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 #217BDC is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 123 | 220 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.14 |
| HSL | 211.12º | 0.74% | 0.5% | - |
| HSV(B) | 211.12º | 0.85% | 0.86% | - |
| XYZ | 20.63 | 19.66 | 70.42 | - |
| YUV | 107.15 | 191.68 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 123 | 220 | 0.85 | 0.44 | 0 | 0.14 | 211.12 | 0.74 | 0.5 |
| Hex | 21 | 7B | DC | 55 | 2C | 0 | E | D3 | 4A | 32 |
| Octal | 41 | 173 | 334 | 125 | 54 | 0 | 16 | 323 | 112 | 62 |
| Binary | 100001 | 1111011 | 11011100 | 1010101 | 101100 | 0 | 1110 | 11010011 | 1001010 | 110010 |
Color Harmonies of #217BDC
Complementary color
Monochromatic Colors of #217BDC
Black with #217BDC
Text Example
Text Example
White with #217BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217BDC; }
p { color: rgb(33,123,220); }
H1.HeaderClassName
{
color: #217BDC;
}
.AnyTagClassName
{
color: #217BDC;
}
</style>
background-color css
<style>
a { background-color: #217BDC; }
a { background-color: rgb(33,123,220); }
div.DivClassName
{
background-color: #217BDC;
}
.BgClassName
{
background-color: #217BDC;
}
</style>
border-color css
<style>
span { border-color: #217BDC; }
span { border-color: rgb(33,123,220); }
td.TdClassName
{
border-color: #217BDC;
}
.TagClassName
{
border-color: #217BDC;
}
</style>