Shades of Dodger Blue #217FF2
Tints of Dodger Blue #217FF2
RGB
CMYK
RGB Variations
Color information
#217FF2 (or 0x217FF2) is known color: Dodger Blue. HEX triplet: 21, 7F and F2. RGB value is (33,127,242). Sum of RGB (Red+Green+Blue) = 33+127+242=402 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.21% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 242 (94.92% from 255 or 60.20% from 402); Max value from RGB is 242 - color contains mainly: blue. Hex color #217FF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217FF2 is #DE800D. Grayscale: #6F6F6F. Windows color (decimal): -14581774 or 15892257. OLE color: 15892257.
HSL color Cylindrical-coordinate representation of color #217FF2: hue angle of 213.01º 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 #217FF2 is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 127 | 242 | - |
| CMYK | 0.86 | 0.48 | 0 | 0.05 |
| HSL | 213.01º | 0.89% | 0.54% | - |
| HSV(B) | 213.01º | 0.86% | 0.95% | - |
| XYZ | 24.24 | 21.91 | 86.96 | - |
| YUV | 112 | 201.36 | 71.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 127 | 242 | 0.86 | 0.48 | 0 | 0.05 | 213.01 | 0.89 | 0.54 |
| Hex | 21 | 7F | F2 | 56 | 30 | 0 | 5 | D5 | 59 | 36 |
| Octal | 41 | 177 | 362 | 126 | 60 | 0 | 5 | 325 | 131 | 66 |
| Binary | 100001 | 1111111 | 11110010 | 1010110 | 110000 | 0 | 101 | 11010101 | 1011001 | 110110 |
Color Harmonies of #217FF2
Complementary color
Monochromatic Colors of #217FF2
Black with #217FF2
Text Example
Text Example
White with #217FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217FF2; }
p { color: rgb(33,127,242); }
H1.HeaderClassName
{
color: #217FF2;
}
.AnyTagClassName
{
color: #217FF2;
}
</style>
background-color css
<style>
a { background-color: #217FF2; }
a { background-color: rgb(33,127,242); }
div.DivClassName
{
background-color: #217FF2;
}
.BgClassName
{
background-color: #217FF2;
}
</style>
border-color css
<style>
span { border-color: #217FF2; }
span { border-color: rgb(33,127,242); }
td.TdClassName
{
border-color: #217FF2;
}
.TagClassName
{
border-color: #217FF2;
}
</style>