Shades of Dodger Blue #217BEA
Tints of Dodger Blue #217BEA
RGB
CMYK
RGB Variations
Color information
#217BEA (or 0x217BEA) is known color: Dodger Blue. HEX triplet: 21, 7B and EA. RGB value is (33,123,234). Sum of RGB (Red+Green+Blue) = 33+123+234=390 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.46% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 234 (91.80% from 255 or 60% from 390); Max value from RGB is 234 - color contains mainly: blue. Hex color #217BEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217BEA is #DE8415. Grayscale: #6C6C6C. Windows color (decimal): -14582806 or 15366945. OLE color: 15366945.
HSL color Cylindrical-coordinate representation of color #217BEA: hue angle of 213.13º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #217BEA is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 123 | 234 | - |
| CMYK | 0.86 | 0.47 | 0 | 0.08 |
| HSL | 213.13º | 0.83% | 0.52% | - |
| HSV(B) | 213.13º | 0.86% | 0.92% | - |
| XYZ | 22.56 | 20.43 | 80.6 | - |
| YUV | 108.74 | 198.68 | 73.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 123 | 234 | 0.86 | 0.47 | 0 | 0.08 | 213.13 | 0.83 | 0.52 |
| Hex | 21 | 7B | EA | 56 | 2F | 0 | 8 | D5 | 53 | 34 |
| Octal | 41 | 173 | 352 | 126 | 57 | 0 | 10 | 325 | 123 | 64 |
| Binary | 100001 | 1111011 | 11101010 | 1010110 | 101111 | 0 | 1000 | 11010101 | 1010011 | 110100 |
Color Harmonies of #217BEA
Complementary color
Monochromatic Colors of #217BEA
Black with #217BEA
Text Example
Text Example
White with #217BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217BEA; }
p { color: rgb(33,123,234); }
H1.HeaderClassName
{
color: #217BEA;
}
.AnyTagClassName
{
color: #217BEA;
}
</style>
background-color css
<style>
a { background-color: #217BEA; }
a { background-color: rgb(33,123,234); }
div.DivClassName
{
background-color: #217BEA;
}
.BgClassName
{
background-color: #217BEA;
}
</style>
border-color css
<style>
span { border-color: #217BEA; }
span { border-color: rgb(33,123,234); }
td.TdClassName
{
border-color: #217BEA;
}
.TagClassName
{
border-color: #217BEA;
}
</style>