Shades of Dodger Blue #217CDB
Tints of Dodger Blue #217CDB
RGB
CMYK
RGB Variations
Color information
#217CDB (or 0x217CDB) is known color: Dodger Blue. HEX triplet: 21, 7C and DB. RGB value is (33,124,219). Sum of RGB (Red+Green+Blue) = 33+124+219=376 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.78% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #217CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217CDB is #DE8324. Grayscale: #6B6B6B. Windows color (decimal): -14582565 or 14384161. OLE color: 14384161.
HSL color Cylindrical-coordinate representation of color #217CDB: hue angle of 210.65º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #217CDB is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 124 | 219 | - |
| CMYK | 0.85 | 0.43 | 0 | 0.14 |
| HSL | 210.65º | 0.74% | 0.49% | - |
| HSV(B) | 210.65º | 0.85% | 0.86% | - |
| XYZ | 20.62 | 19.85 | 69.76 | - |
| YUV | 107.62 | 190.85 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 124 | 219 | 0.85 | 0.43 | 0 | 0.14 | 210.65 | 0.74 | 0.49 |
| Hex | 21 | 7C | DB | 55 | 2B | 0 | E | D3 | 4A | 31 |
| Octal | 41 | 174 | 333 | 125 | 53 | 0 | 16 | 323 | 112 | 61 |
| Binary | 100001 | 1111100 | 11011011 | 1010101 | 101011 | 0 | 1110 | 11010011 | 1001010 | 110001 |
Color Harmonies of #217CDB
Complementary color
Monochromatic Colors of #217CDB
Black with #217CDB
Text Example
Text Example
White with #217CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217CDB; }
p { color: rgb(33,124,219); }
H1.HeaderClassName
{
color: #217CDB;
}
.AnyTagClassName
{
color: #217CDB;
}
</style>
background-color css
<style>
a { background-color: #217CDB; }
a { background-color: rgb(33,124,219); }
div.DivClassName
{
background-color: #217CDB;
}
.BgClassName
{
background-color: #217CDB;
}
</style>
border-color css
<style>
span { border-color: #217CDB; }
span { border-color: rgb(33,124,219); }
td.TdClassName
{
border-color: #217CDB;
}
.TagClassName
{
border-color: #217CDB;
}
</style>