Shades of Dodger Blue #217DF3
Tints of Dodger Blue #217DF3
RGB
CMYK
RGB Variations
Color information
#217DF3 (or 0x217DF3) is known color: Dodger Blue. HEX triplet: 21, 7D and F3. RGB value is (33,125,243). Sum of RGB (Red+Green+Blue) = 33+125+243=401 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.23% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 243 (95.31% from 255 or 60.60% from 401); Max value from RGB is 243 - color contains mainly: blue. Hex color #217DF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217DF3 is #DE820C. Grayscale: #6E6E6E. Windows color (decimal): -14582285 or 15957281. OLE color: 15957281.
HSL color Cylindrical-coordinate representation of color #217DF3: hue angle of 213.71º degrees, saturation: 0.9, 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 #217DF3 is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 125 | 243 | - |
| CMYK | 0.86 | 0.49 | 0 | 0.05 |
| HSL | 213.71º | 0.9% | 0.54% | - |
| HSV(B) | 213.71º | 0.86% | 0.95% | - |
| XYZ | 24.14 | 21.46 | 87.66 | - |
| YUV | 110.94 | 202.52 | 72.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 125 | 243 | 0.86 | 0.49 | 0 | 0.05 | 213.71 | 0.9 | 0.54 |
| Hex | 21 | 7D | F3 | 56 | 31 | 0 | 5 | D6 | 5A | 36 |
| Octal | 41 | 175 | 363 | 126 | 61 | 0 | 5 | 326 | 132 | 66 |
| Binary | 100001 | 1111101 | 11110011 | 1010110 | 110001 | 0 | 101 | 11010110 | 1011010 | 110110 |
Color Harmonies of #217DF3
Complementary color
Monochromatic Colors of #217DF3
Black with #217DF3
Text Example
Text Example
White with #217DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217DF3; }
p { color: rgb(33,125,243); }
H1.HeaderClassName
{
color: #217DF3;
}
.AnyTagClassName
{
color: #217DF3;
}
</style>
background-color css
<style>
a { background-color: #217DF3; }
a { background-color: rgb(33,125,243); }
div.DivClassName
{
background-color: #217DF3;
}
.BgClassName
{
background-color: #217DF3;
}
</style>
border-color css
<style>
span { border-color: #217DF3; }
span { border-color: rgb(33,125,243); }
td.TdClassName
{
border-color: #217DF3;
}
.TagClassName
{
border-color: #217DF3;
}
</style>