Shades of Dodger Blue #217CFE
Tints of Dodger Blue #217CFE
RGB
CMYK
RGB Variations
Color information
#217CFE (or 0x217CFE) is known color: Dodger Blue. HEX triplet: 21, 7C and FE. RGB value is (33,124,254). Sum of RGB (Red+Green+Blue) = 33+124+254=411 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.03% from 411); Green value is 124 (48.83% from 255 or 30.17% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #217CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217CFE is #DE8301. Grayscale: #6F6F6F. Windows color (decimal): -14582530 or 16677921. OLE color: 16677921.
HSL color Cylindrical-coordinate representation of color #217CFE: hue angle of 215.29º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #217CFE is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 33 | 124 | 254 | - |
| CMYK | 0.87 | 0.51 | 0 | 0.00 |
| HSL | 215.29º | 0.99% | 0.56% | - |
| HSV(B) | 215.29º | 0.87% | 1% | - |
| XYZ | 25.72 | 21.89 | 96.64 | - |
| YUV | 111.61 | 208.35 | 71.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 124 | 254 | 0.87 | 0.51 | 0 | 0.00 | 215.29 | 0.99 | 0.56 |
| Hex | 21 | 7C | FE | 57 | 33 | 0 | 0 | D7 | 63 | 38 |
| Octal | 41 | 174 | 376 | 127 | 63 | 0 | 0 | 327 | 143 | 70 |
| Binary | 100001 | 1111100 | 11111110 | 1010111 | 110011 | 0 | 0 | 11010111 | 1100011 | 111000 |
Color Harmonies of #217CFE
Complementary color
Monochromatic Colors of #217CFE
Black with #217CFE
Text Example
Text Example
White with #217CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217CFE; }
p { color: rgb(33,124,254); }
H1.HeaderClassName
{
color: #217CFE;
}
.AnyTagClassName
{
color: #217CFE;
}
</style>
background-color css
<style>
a { background-color: #217CFE; }
a { background-color: rgb(33,124,254); }
div.DivClassName
{
background-color: #217CFE;
}
.BgClassName
{
background-color: #217CFE;
}
</style>
border-color css
<style>
span { border-color: #217CFE; }
span { border-color: rgb(33,124,254); }
td.TdClassName
{
border-color: #217CFE;
}
.TagClassName
{
border-color: #217CFE;
}
</style>