Shades of Dodger Blue #217BEB
Tints of Dodger Blue #217BEB
RGB
CMYK
RGB Variations
Color information
#217BEB (or 0x217BEB) is known color: Dodger Blue. HEX triplet: 21, 7B and EB. RGB value is (33,123,235). Sum of RGB (Red+Green+Blue) = 33+123+235=391 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.44% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 235 (92.19% from 255 or 60.10% from 391); Max value from RGB is 235 - color contains mainly: blue. Hex color #217BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217BEB is #DE8414. Grayscale: #6C6C6C. Windows color (decimal): -14582805 or 15432481. OLE color: 15432481.
HSL color Cylindrical-coordinate representation of color #217BEB: hue angle of 213.27º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #217BEB is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 123 | 235 | - |
| CMYK | 0.86 | 0.48 | 0 | 0.08 |
| HSL | 213.27º | 0.83% | 0.53% | - |
| HSV(B) | 213.27º | 0.86% | 0.92% | - |
| XYZ | 22.71 | 20.49 | 81.36 | - |
| YUV | 108.86 | 199.18 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 123 | 235 | 0.86 | 0.48 | 0 | 0.08 | 213.27 | 0.83 | 0.53 |
| Hex | 21 | 7B | EB | 56 | 30 | 0 | 8 | D5 | 53 | 35 |
| Octal | 41 | 173 | 353 | 126 | 60 | 0 | 10 | 325 | 123 | 65 |
| Binary | 100001 | 1111011 | 11101011 | 1010110 | 110000 | 0 | 1000 | 11010101 | 1010011 | 110101 |
Color Harmonies of #217BEB
Complementary color
Monochromatic Colors of #217BEB
Black with #217BEB
Text Example
Text Example
White with #217BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217BEB; }
p { color: rgb(33,123,235); }
H1.HeaderClassName
{
color: #217BEB;
}
.AnyTagClassName
{
color: #217BEB;
}
</style>
background-color css
<style>
a { background-color: #217BEB; }
a { background-color: rgb(33,123,235); }
div.DivClassName
{
background-color: #217BEB;
}
.BgClassName
{
background-color: #217BEB;
}
</style>
border-color css
<style>
span { border-color: #217BEB; }
span { border-color: rgb(33,123,235); }
td.TdClassName
{
border-color: #217BEB;
}
.TagClassName
{
border-color: #217BEB;
}
</style>