Shades of Dodger Blue #217CF1
Tints of Dodger Blue #217CF1
RGB
CMYK
RGB Variations
Color information
#217CF1 (or 0x217CF1) is known color: Dodger Blue. HEX triplet: 21, 7C and F1. RGB value is (33,124,241). Sum of RGB (Red+Green+Blue) = 33+124+241=398 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.29% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 241 (94.53% from 255 or 60.55% from 398); Max value from RGB is 241 - color contains mainly: blue. Hex color #217CF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217CF1 is #DE830E. Grayscale: #6D6D6D. Windows color (decimal): -14582543 or 15825953. OLE color: 15825953.
HSL color Cylindrical-coordinate representation of color #217CF1: hue angle of 213.75º degrees, saturation: 0.88, 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 #217CF1 is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 124 | 241 | - |
| CMYK | 0.86 | 0.49 | 0 | 0.05 |
| HSL | 213.75º | 0.88% | 0.54% | - |
| HSV(B) | 213.75º | 0.86% | 0.95% | - |
| XYZ | 23.71 | 21.09 | 86.04 | - |
| YUV | 110.13 | 201.85 | 72.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 124 | 241 | 0.86 | 0.49 | 0 | 0.05 | 213.75 | 0.88 | 0.54 |
| Hex | 21 | 7C | F1 | 56 | 31 | 0 | 5 | D6 | 58 | 36 |
| Octal | 41 | 174 | 361 | 126 | 61 | 0 | 5 | 326 | 130 | 66 |
| Binary | 100001 | 1111100 | 11110001 | 1010110 | 110001 | 0 | 101 | 11010110 | 1011000 | 110110 |
Color Harmonies of #217CF1
Complementary color
Monochromatic Colors of #217CF1
Black with #217CF1
Text Example
Text Example
White with #217CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217CF1; }
p { color: rgb(33,124,241); }
H1.HeaderClassName
{
color: #217CF1;
}
.AnyTagClassName
{
color: #217CF1;
}
</style>
background-color css
<style>
a { background-color: #217CF1; }
a { background-color: rgb(33,124,241); }
div.DivClassName
{
background-color: #217CF1;
}
.BgClassName
{
background-color: #217CF1;
}
</style>
border-color css
<style>
span { border-color: #217CF1; }
span { border-color: rgb(33,124,241); }
td.TdClassName
{
border-color: #217CF1;
}
.TagClassName
{
border-color: #217CF1;
}
</style>