Shades of Dodger Blue #217FE3
Tints of Dodger Blue #217FE3
RGB
CMYK
RGB Variations
Color information
#217FE3 (or 0x217FE3) is known color: Dodger Blue. HEX triplet: 21, 7F and E3. RGB value is (33,127,227). Sum of RGB (Red+Green+Blue) = 33+127+227=387 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.53% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 227 (89.06% from 255 or 58.66% from 387); Max value from RGB is 227 - color contains mainly: blue. Hex color #217FE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217FE3 is #DE801C. Grayscale: #6D6D6D. Windows color (decimal): -14581789 or 14909217. OLE color: 14909217.
HSL color Cylindrical-coordinate representation of color #217FE3: hue angle of 210.93º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #217FE3 is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 127 | 227 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.11 |
| HSL | 210.93º | 0.78% | 0.51% | - |
| HSV(B) | 210.93º | 0.85% | 0.89% | - |
| XYZ | 22.08 | 21.05 | 75.57 | - |
| YUV | 110.29 | 193.86 | 72.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 127 | 227 | 0.85 | 0.44 | 0 | 0.11 | 210.93 | 0.78 | 0.51 |
| Hex | 21 | 7F | E3 | 55 | 2C | 0 | B | D3 | 4E | 33 |
| Octal | 41 | 177 | 343 | 125 | 54 | 0 | 13 | 323 | 116 | 63 |
| Binary | 100001 | 1111111 | 11100011 | 1010101 | 101100 | 0 | 1011 | 11010011 | 1001110 | 110011 |
Color Harmonies of #217FE3
Complementary color
Monochromatic Colors of #217FE3
Black with #217FE3
Text Example
Text Example
White with #217FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217FE3; }
p { color: rgb(33,127,227); }
H1.HeaderClassName
{
color: #217FE3;
}
.AnyTagClassName
{
color: #217FE3;
}
</style>
background-color css
<style>
a { background-color: #217FE3; }
a { background-color: rgb(33,127,227); }
div.DivClassName
{
background-color: #217FE3;
}
.BgClassName
{
background-color: #217FE3;
}
</style>
border-color css
<style>
span { border-color: #217FE3; }
span { border-color: rgb(33,127,227); }
td.TdClassName
{
border-color: #217FE3;
}
.TagClassName
{
border-color: #217FE3;
}
</style>