Shades of Dodger Blue #217CE4
Tints of Dodger Blue #217CE4
RGB
CMYK
RGB Variations
Color information
#217CE4 (or 0x217CE4) is known color: Dodger Blue. HEX triplet: 21, 7C and E4. RGB value is (33,124,228). Sum of RGB (Red+Green+Blue) = 33+124+228=385 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.57% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 228 (89.45% from 255 or 59.22% from 385); Max value from RGB is 228 - color contains mainly: blue. Hex color #217CE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217CE4 is #DE831B. Grayscale: #6C6C6C. Windows color (decimal): -14582556 or 14973985. OLE color: 14973985.
HSL color Cylindrical-coordinate representation of color #217CE4: hue angle of 212º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #217CE4 is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 124 | 228 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.11 |
| HSL | 212º | 0.78% | 0.51% | - |
| HSV(B) | 212º | 0.86% | 0.89% | - |
| XYZ | 21.84 | 20.34 | 76.17 | - |
| YUV | 108.65 | 195.35 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 124 | 228 | 0.86 | 0.46 | 0 | 0.11 | 212 | 0.78 | 0.51 |
| Hex | 21 | 7C | E4 | 56 | 2E | 0 | B | D4 | 4E | 33 |
| Octal | 41 | 174 | 344 | 126 | 56 | 0 | 13 | 324 | 116 | 63 |
| Binary | 100001 | 1111100 | 11100100 | 1010110 | 101110 | 0 | 1011 | 11010100 | 1001110 | 110011 |
Color Harmonies of #217CE4
Complementary color
Monochromatic Colors of #217CE4
Black with #217CE4
Text Example
Text Example
White with #217CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217CE4; }
p { color: rgb(33,124,228); }
H1.HeaderClassName
{
color: #217CE4;
}
.AnyTagClassName
{
color: #217CE4;
}
</style>
background-color css
<style>
a { background-color: #217CE4; }
a { background-color: rgb(33,124,228); }
div.DivClassName
{
background-color: #217CE4;
}
.BgClassName
{
background-color: #217CE4;
}
</style>
border-color css
<style>
span { border-color: #217CE4; }
span { border-color: rgb(33,124,228); }
td.TdClassName
{
border-color: #217CE4;
}
.TagClassName
{
border-color: #217CE4;
}
</style>