Shades of Dodger Blue #217DF2
Tints of Dodger Blue #217DF2
RGB
CMYK
RGB Variations
Color information
#217DF2 (or 0x217DF2) is known color: Dodger Blue. HEX triplet: 21, 7D and F2. RGB value is (33,125,242). Sum of RGB (Red+Green+Blue) = 33+125+242=400 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.25% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 242 (94.92% from 255 or 60.5% from 400); Max value from RGB is 242 - color contains mainly: blue. Hex color #217DF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217DF2 is #DE820D. Grayscale: #6E6E6E. Windows color (decimal): -14582286 or 15891745. OLE color: 15891745.
HSL color Cylindrical-coordinate representation of color #217DF2: hue angle of 213.59º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #217DF2 is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 125 | 242 | - |
| CMYK | 0.86 | 0.48 | 0 | 0.05 |
| HSL | 213.59º | 0.89% | 0.54% | - |
| HSV(B) | 213.59º | 0.86% | 0.95% | - |
| XYZ | 23.99 | 21.4 | 86.87 | - |
| YUV | 110.83 | 202.02 | 72.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 125 | 242 | 0.86 | 0.48 | 0 | 0.05 | 213.59 | 0.89 | 0.54 |
| Hex | 21 | 7D | F2 | 56 | 30 | 0 | 5 | D6 | 59 | 36 |
| Octal | 41 | 175 | 362 | 126 | 60 | 0 | 5 | 326 | 131 | 66 |
| Binary | 100001 | 1111101 | 11110010 | 1010110 | 110000 | 0 | 101 | 11010110 | 1011001 | 110110 |
Color Harmonies of #217DF2
Complementary color
Monochromatic Colors of #217DF2
Black with #217DF2
Text Example
Text Example
White with #217DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217DF2; }
p { color: rgb(33,125,242); }
H1.HeaderClassName
{
color: #217DF2;
}
.AnyTagClassName
{
color: #217DF2;
}
</style>
background-color css
<style>
a { background-color: #217DF2; }
a { background-color: rgb(33,125,242); }
div.DivClassName
{
background-color: #217DF2;
}
.BgClassName
{
background-color: #217DF2;
}
</style>
border-color css
<style>
span { border-color: #217DF2; }
span { border-color: rgb(33,125,242); }
td.TdClassName
{
border-color: #217DF2;
}
.TagClassName
{
border-color: #217DF2;
}
</style>