Shades of Dodger Blue #217EDA
Tints of Dodger Blue #217EDA
RGB
CMYK
RGB Variations
Color information
#217EDA (or 0x217EDA) is known color: Dodger Blue. HEX triplet: 21, 7E and DA. RGB value is (33,126,218). Sum of RGB (Red+Green+Blue) = 33+126+218=377 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.75% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 218 (85.55% from 255 or 57.82% from 377); Max value from RGB is 218 - color contains mainly: blue. Hex color #217EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217EDA is #DE8125. Grayscale: #6C6C6C. Windows color (decimal): -14582054 or 14319137. OLE color: 14319137.
HSL color Cylindrical-coordinate representation of color #217EDA: hue angle of 209.84º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #217EDA is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 126 | 218 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.15 |
| HSL | 209.84º | 0.74% | 0.49% | - |
| HSV(B) | 209.84º | 0.85% | 0.85% | - |
| XYZ | 20.74 | 20.31 | 69.16 | - |
| YUV | 108.68 | 189.69 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 126 | 218 | 0.85 | 0.42 | 0 | 0.15 | 209.84 | 0.74 | 0.49 |
| Hex | 21 | 7E | DA | 55 | 2A | 0 | F | D2 | 4A | 31 |
| Octal | 41 | 176 | 332 | 125 | 52 | 0 | 17 | 322 | 112 | 61 |
| Binary | 100001 | 1111110 | 11011010 | 1010101 | 101010 | 0 | 1111 | 11010010 | 1001010 | 110001 |
Color Harmonies of #217EDA
Complementary color
Monochromatic Colors of #217EDA
Black with #217EDA
Text Example
Text Example
White with #217EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217EDA; }
p { color: rgb(33,126,218); }
H1.HeaderClassName
{
color: #217EDA;
}
.AnyTagClassName
{
color: #217EDA;
}
</style>
background-color css
<style>
a { background-color: #217EDA; }
a { background-color: rgb(33,126,218); }
div.DivClassName
{
background-color: #217EDA;
}
.BgClassName
{
background-color: #217EDA;
}
</style>
border-color css
<style>
span { border-color: #217EDA; }
span { border-color: rgb(33,126,218); }
td.TdClassName
{
border-color: #217EDA;
}
.TagClassName
{
border-color: #217EDA;
}
</style>