Shades of Dodger Blue #217BDB
Tints of Dodger Blue #217BDB
RGB
CMYK
RGB Variations
Color information
#217BDB (or 0x217BDB) is known color: Dodger Blue. HEX triplet: 21, 7B and DB. RGB value is (33,123,219). Sum of RGB (Red+Green+Blue) = 33+123+219=375 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.8% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #217BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217BDB is #DE8424. Grayscale: #6A6A6A. Windows color (decimal): -14582821 or 14383905. OLE color: 14383905.
HSL color Cylindrical-coordinate representation of color #217BDB: hue angle of 210.97º 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 #217BDB is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 123 | 219 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.14 |
| HSL | 210.97º | 0.74% | 0.49% | - |
| HSV(B) | 210.97º | 0.85% | 0.86% | - |
| XYZ | 20.5 | 19.6 | 69.72 | - |
| YUV | 107.03 | 191.18 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 123 | 219 | 0.85 | 0.44 | 0 | 0.14 | 210.97 | 0.74 | 0.49 |
| Hex | 21 | 7B | DB | 55 | 2C | 0 | E | D3 | 4A | 31 |
| Octal | 41 | 173 | 333 | 125 | 54 | 0 | 16 | 323 | 112 | 61 |
| Binary | 100001 | 1111011 | 11011011 | 1010101 | 101100 | 0 | 1110 | 11010011 | 1001010 | 110001 |
Color Harmonies of #217BDB
Complementary color
Monochromatic Colors of #217BDB
Black with #217BDB
Text Example
Text Example
White with #217BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217BDB; }
p { color: rgb(33,123,219); }
H1.HeaderClassName
{
color: #217BDB;
}
.AnyTagClassName
{
color: #217BDB;
}
</style>
background-color css
<style>
a { background-color: #217BDB; }
a { background-color: rgb(33,123,219); }
div.DivClassName
{
background-color: #217BDB;
}
.BgClassName
{
background-color: #217BDB;
}
</style>
border-color css
<style>
span { border-color: #217BDB; }
span { border-color: rgb(33,123,219); }
td.TdClassName
{
border-color: #217BDB;
}
.TagClassName
{
border-color: #217BDB;
}
</style>