Shades of Dodger Blue #217DFF
Tints of Dodger Blue #217DFF
RGB
CMYK
RGB Variations
Color information
#217DFF (or 0x217DFF) is known color: Dodger Blue. HEX triplet: 21, 7D and FF. RGB value is (33,125,255). Sum of RGB (Red+Green+Blue) = 33+125+255=413 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.99% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #217DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217DFF is #DE8200. Grayscale: #6F6F6F. Windows color (decimal): -14582273 or 16743713. OLE color: 16743713.
HSL color Cylindrical-coordinate representation of color #217DFF: hue angle of 215.14º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #217DFF is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 125 | 255 | - |
| CMYK | 0.87 | 0.51 | 0 | 0 |
| HSL | 215.14º | 1% | 0.56% | - |
| HSV(B) | 215.14º | 0.87% | 1% | - |
| XYZ | 26.01 | 22.21 | 97.52 | - |
| YUV | 112.31 | 208.52 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 125 | 255 | 0.87 | 0.51 | 0 | 0 | 215.14 | 1 | 0.56 |
| Hex | 21 | 7D | FF | 57 | 33 | 0 | 0 | D7 | 64 | 38 |
| Octal | 41 | 175 | 377 | 127 | 63 | 0 | 0 | 327 | 144 | 70 |
| Binary | 100001 | 1111101 | 11111111 | 1010111 | 110011 | 0 | 0 | 11010111 | 1100100 | 111000 |
Color Harmonies of #217DFF
Complementary color
Monochromatic Colors of #217DFF
Black with #217DFF
Text Example
Text Example
White with #217DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217DFF; }
p { color: rgb(33,125,255); }
H1.HeaderClassName
{
color: #217DFF;
}
.AnyTagClassName
{
color: #217DFF;
}
</style>
background-color css
<style>
a { background-color: #217DFF; }
a { background-color: rgb(33,125,255); }
div.DivClassName
{
background-color: #217DFF;
}
.BgClassName
{
background-color: #217DFF;
}
</style>
border-color css
<style>
span { border-color: #217DFF; }
span { border-color: rgb(33,125,255); }
td.TdClassName
{
border-color: #217DFF;
}
.TagClassName
{
border-color: #217DFF;
}
</style>