Shades of Dodger Blue #217BFF
Tints of Dodger Blue #217BFF
RGB
CMYK
RGB Variations
Color information
#217BFF (or 0x217BFF) is known color: Dodger Blue. HEX triplet: 21, 7B and FF. RGB value is (33,123,255). Sum of RGB (Red+Green+Blue) = 33+123+255=411 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.03% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #217BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217BFF is #DE8400. Grayscale: #6E6E6E. Windows color (decimal): -14582785 or 16743201. OLE color: 16743201.
HSL color Cylindrical-coordinate representation of color #217BFF: hue angle of 215.68º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #217BFF is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 123 | 255 | - |
| CMYK | 0.87 | 0.52 | 0 | 0 |
| HSL | 215.68º | 1% | 0.56% | - |
| HSV(B) | 215.68º | 0.87% | 1% | - |
| XYZ | 25.76 | 21.71 | 97.44 | - |
| YUV | 111.14 | 209.18 | 72.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 123 | 255 | 0.87 | 0.52 | 0 | 0 | 215.68 | 1 | 0.56 |
| Hex | 21 | 7B | FF | 57 | 34 | 0 | 0 | D8 | 64 | 38 |
| Octal | 41 | 173 | 377 | 127 | 64 | 0 | 0 | 330 | 144 | 70 |
| Binary | 100001 | 1111011 | 11111111 | 1010111 | 110100 | 0 | 0 | 11011000 | 1100100 | 111000 |
Color Harmonies of #217BFF
Complementary color
Monochromatic Colors of #217BFF
Black with #217BFF
Text Example
Text Example
White with #217BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217BFF; }
p { color: rgb(33,123,255); }
H1.HeaderClassName
{
color: #217BFF;
}
.AnyTagClassName
{
color: #217BFF;
}
</style>
background-color css
<style>
a { background-color: #217BFF; }
a { background-color: rgb(33,123,255); }
div.DivClassName
{
background-color: #217BFF;
}
.BgClassName
{
background-color: #217BFF;
}
</style>
border-color css
<style>
span { border-color: #217BFF; }
span { border-color: rgb(33,123,255); }
td.TdClassName
{
border-color: #217BFF;
}
.TagClassName
{
border-color: #217BFF;
}
</style>