Shades of Dodger Blue #217BFE
Tints of Dodger Blue #217BFE
RGB
CMYK
RGB Variations
Color information
#217BFE (or 0x217BFE) is known color: Dodger Blue. HEX triplet: 21, 7B and FE. RGB value is (33,123,254). Sum of RGB (Red+Green+Blue) = 33+123+254=410 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.05% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 254 (99.61% from 255 or 61.95% from 410); Max value from RGB is 254 - color contains mainly: blue. Hex color #217BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217BFE is #DE8401. Grayscale: #6E6E6E. Windows color (decimal): -14582786 or 16677665. OLE color: 16677665.
HSL color Cylindrical-coordinate representation of color #217BFE: hue angle of 215.57º 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 #217BFE is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 33 | 123 | 254 | - |
| CMYK | 0.87 | 0.52 | 0 | 0.00 |
| HSL | 215.57º | 0.99% | 0.56% | - |
| HSV(B) | 215.57º | 0.87% | 1% | - |
| XYZ | 25.6 | 21.65 | 96.59 | - |
| YUV | 111.02 | 208.68 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 123 | 254 | 0.87 | 0.52 | 0 | 0.00 | 215.57 | 0.99 | 0.56 |
| Hex | 21 | 7B | FE | 57 | 34 | 0 | 0 | D8 | 63 | 38 |
| Octal | 41 | 173 | 376 | 127 | 64 | 0 | 0 | 330 | 143 | 70 |
| Binary | 100001 | 1111011 | 11111110 | 1010111 | 110100 | 0 | 0 | 11011000 | 1100011 | 111000 |
Color Harmonies of #217BFE
Complementary color
Monochromatic Colors of #217BFE
Black with #217BFE
Text Example
Text Example
White with #217BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217BFE; }
p { color: rgb(33,123,254); }
H1.HeaderClassName
{
color: #217BFE;
}
.AnyTagClassName
{
color: #217BFE;
}
</style>
background-color css
<style>
a { background-color: #217BFE; }
a { background-color: rgb(33,123,254); }
div.DivClassName
{
background-color: #217BFE;
}
.BgClassName
{
background-color: #217BFE;
}
</style>
border-color css
<style>
span { border-color: #217BFE; }
span { border-color: rgb(33,123,254); }
td.TdClassName
{
border-color: #217BFE;
}
.TagClassName
{
border-color: #217BFE;
}
</style>