Shades of Dodger Blue #217CEC
Tints of Dodger Blue #217CEC
RGB
CMYK
RGB Variations
Color information
#217CEC (or 0x217CEC) is known color: Dodger Blue. HEX triplet: 21, 7C and EC. RGB value is (33,124,236). Sum of RGB (Red+Green+Blue) = 33+124+236=393 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.40% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 236 (92.58% from 255 or 60.05% from 393); Max value from RGB is 236 - color contains mainly: blue. Hex color #217CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217CEC is #DE8313. Grayscale: #6D6D6D. Windows color (decimal): -14582548 or 15498273. OLE color: 15498273.
HSL color Cylindrical-coordinate representation of color #217CEC: hue angle of 213.1º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #217CEC is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 124 | 236 | - |
| CMYK | 0.86 | 0.47 | 0 | 0.07 |
| HSL | 213.1º | 0.84% | 0.53% | - |
| HSV(B) | 213.1º | 0.86% | 0.93% | - |
| XYZ | 22.98 | 20.79 | 82.16 | - |
| YUV | 109.56 | 199.35 | 73.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 124 | 236 | 0.86 | 0.47 | 0 | 0.07 | 213.1 | 0.84 | 0.53 |
| Hex | 21 | 7C | EC | 56 | 2F | 0 | 7 | D5 | 54 | 35 |
| Octal | 41 | 174 | 354 | 126 | 57 | 0 | 7 | 325 | 124 | 65 |
| Binary | 100001 | 1111100 | 11101100 | 1010110 | 101111 | 0 | 111 | 11010101 | 1010100 | 110101 |
Color Harmonies of #217CEC
Complementary color
Monochromatic Colors of #217CEC
Black with #217CEC
Text Example
Text Example
White with #217CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217CEC; }
p { color: rgb(33,124,236); }
H1.HeaderClassName
{
color: #217CEC;
}
.AnyTagClassName
{
color: #217CEC;
}
</style>
background-color css
<style>
a { background-color: #217CEC; }
a { background-color: rgb(33,124,236); }
div.DivClassName
{
background-color: #217CEC;
}
.BgClassName
{
background-color: #217CEC;
}
</style>
border-color css
<style>
span { border-color: #217CEC; }
span { border-color: rgb(33,124,236); }
td.TdClassName
{
border-color: #217CEC;
}
.TagClassName
{
border-color: #217CEC;
}
</style>