Shades of Dodger Blue #217CDF
Tints of Dodger Blue #217CDF
RGB
CMYK
RGB Variations
Color information
#217CDF (or 0x217CDF) is known color: Dodger Blue. HEX triplet: 21, 7C and DF. RGB value is (33,124,223). Sum of RGB (Red+Green+Blue) = 33+124+223=380 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.68% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #217CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217CDF is #DE8320. Grayscale: #6B6B6B. Windows color (decimal): -14582561 or 14646305. OLE color: 14646305.
HSL color Cylindrical-coordinate representation of color #217CDF: hue angle of 211.26º degrees, saturation: 0.75, 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 #217CDF is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 124 | 223 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.13 |
| HSL | 211.26º | 0.75% | 0.5% | - |
| HSV(B) | 211.26º | 0.85% | 0.87% | - |
| XYZ | 21.15 | 20.07 | 72.57 | - |
| YUV | 108.08 | 192.85 | 74.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 124 | 223 | 0.85 | 0.44 | 0 | 0.13 | 211.26 | 0.75 | 0.5 |
| Hex | 21 | 7C | DF | 55 | 2C | 0 | D | D3 | 4B | 32 |
| Octal | 41 | 174 | 337 | 125 | 54 | 0 | 15 | 323 | 113 | 62 |
| Binary | 100001 | 1111100 | 11011111 | 1010101 | 101100 | 0 | 1101 | 11010011 | 1001011 | 110010 |
Color Harmonies of #217CDF
Complementary color
Monochromatic Colors of #217CDF
Black with #217CDF
Text Example
Text Example
White with #217CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217CDF; }
p { color: rgb(33,124,223); }
H1.HeaderClassName
{
color: #217CDF;
}
.AnyTagClassName
{
color: #217CDF;
}
</style>
background-color css
<style>
a { background-color: #217CDF; }
a { background-color: rgb(33,124,223); }
div.DivClassName
{
background-color: #217CDF;
}
.BgClassName
{
background-color: #217CDF;
}
</style>
border-color css
<style>
span { border-color: #217CDF; }
span { border-color: rgb(33,124,223); }
td.TdClassName
{
border-color: #217CDF;
}
.TagClassName
{
border-color: #217CDF;
}
</style>