Shades of Dodger Blue #217FED
Tints of Dodger Blue #217FED
RGB
CMYK
RGB Variations
Color information
#217FED (or 0x217FED) is known color: Dodger Blue. HEX triplet: 21, 7F and ED. RGB value is (33,127,237). Sum of RGB (Red+Green+Blue) = 33+127+237=397 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.31% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 237 (92.97% from 255 or 59.70% from 397); Max value from RGB is 237 - color contains mainly: blue. Hex color #217FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217FED is #DE8012. Grayscale: #6E6E6E. Windows color (decimal): -14581779 or 15564577. OLE color: 15564577.
HSL color Cylindrical-coordinate representation of color #217FED: hue angle of 212.35º degrees, saturation: 0.85, 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 #217FED is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 127 | 237 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.07 |
| HSL | 212.35º | 0.85% | 0.53% | - |
| HSV(B) | 212.35º | 0.86% | 0.93% | - |
| XYZ | 23.5 | 21.62 | 83.05 | - |
| YUV | 111.43 | 198.86 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 127 | 237 | 0.86 | 0.46 | 0 | 0.07 | 212.35 | 0.85 | 0.53 |
| Hex | 21 | 7F | ED | 56 | 2E | 0 | 7 | D4 | 55 | 35 |
| Octal | 41 | 177 | 355 | 126 | 56 | 0 | 7 | 324 | 125 | 65 |
| Binary | 100001 | 1111111 | 11101101 | 1010110 | 101110 | 0 | 111 | 11010100 | 1010101 | 110101 |
Color Harmonies of #217FED
Complementary color
Monochromatic Colors of #217FED
Black with #217FED
Text Example
Text Example
White with #217FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217FED; }
p { color: rgb(33,127,237); }
H1.HeaderClassName
{
color: #217FED;
}
.AnyTagClassName
{
color: #217FED;
}
</style>
background-color css
<style>
a { background-color: #217FED; }
a { background-color: rgb(33,127,237); }
div.DivClassName
{
background-color: #217FED;
}
.BgClassName
{
background-color: #217FED;
}
</style>
border-color css
<style>
span { border-color: #217FED; }
span { border-color: rgb(33,127,237); }
td.TdClassName
{
border-color: #217FED;
}
.TagClassName
{
border-color: #217FED;
}
</style>