Shades of Dodger Blue #217BED
Tints of Dodger Blue #217BED
RGB
CMYK
RGB Variations
Color information
#217BED (or 0x217BED) is known color: Dodger Blue. HEX triplet: 21, 7B and ED. RGB value is (33,123,237). Sum of RGB (Red+Green+Blue) = 33+123+237=393 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.40% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 237 (92.97% from 255 or 60.31% from 393); Max value from RGB is 237 - color contains mainly: blue. Hex color #217BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217BED is #DE8412. Grayscale: #6C6C6C. Windows color (decimal): -14582803 or 15563553. OLE color: 15563553.
HSL color Cylindrical-coordinate representation of color #217BED: hue angle of 213.53º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #217BED is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 123 | 237 | - |
| CMYK | 0.86 | 0.48 | 0 | 0.07 |
| HSL | 213.53º | 0.85% | 0.53% | - |
| HSV(B) | 213.53º | 0.86% | 0.93% | - |
| XYZ | 23 | 20.6 | 82.89 | - |
| YUV | 109.09 | 200.18 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 123 | 237 | 0.86 | 0.48 | 0 | 0.07 | 213.53 | 0.85 | 0.53 |
| Hex | 21 | 7B | ED | 56 | 30 | 0 | 7 | D6 | 55 | 35 |
| Octal | 41 | 173 | 355 | 126 | 60 | 0 | 7 | 326 | 125 | 65 |
| Binary | 100001 | 1111011 | 11101101 | 1010110 | 110000 | 0 | 111 | 11010110 | 1010101 | 110101 |
Color Harmonies of #217BED
Complementary color
Monochromatic Colors of #217BED
Black with #217BED
Text Example
Text Example
White with #217BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217BED; }
p { color: rgb(33,123,237); }
H1.HeaderClassName
{
color: #217BED;
}
.AnyTagClassName
{
color: #217BED;
}
</style>
background-color css
<style>
a { background-color: #217BED; }
a { background-color: rgb(33,123,237); }
div.DivClassName
{
background-color: #217BED;
}
.BgClassName
{
background-color: #217BED;
}
</style>
border-color css
<style>
span { border-color: #217BED; }
span { border-color: rgb(33,123,237); }
td.TdClassName
{
border-color: #217BED;
}
.TagClassName
{
border-color: #217BED;
}
</style>