Shades of Dodger Blue #2097EC
Tints of Dodger Blue #2097EC
RGB
CMYK
RGB Variations
Color information
#2097EC (or 0x2097EC) is known color: Dodger Blue. HEX triplet: 20, 97 and EC. RGB value is (32,151,236). Sum of RGB (Red+Green+Blue) = 32+151+236=419 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.64% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #2097EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2097EC is #DF6813. Grayscale: #7C7C7C. Windows color (decimal): -14641172 or 15505184. OLE color: 15505184.
HSL color Cylindrical-coordinate representation of color #2097EC: hue angle of 205º degrees, saturation: 0.84, 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 #2097EC is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 151 | 236 | - |
| CMYK | 0.86 | 0.36 | 0 | 0.07 |
| HSL | 205º | 0.84% | 0.53% | - |
| HSV(B) | 205º | 0.86% | 0.93% | - |
| XYZ | 26.8 | 28.5 | 83.44 | - |
| YUV | 125.11 | 190.58 | 61.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 151 | 236 | 0.86 | 0.36 | 0 | 0.07 | 205 | 0.84 | 0.53 |
| Hex | 20 | 97 | EC | 56 | 24 | 0 | 7 | CD | 54 | 35 |
| Octal | 40 | 227 | 354 | 126 | 44 | 0 | 7 | 315 | 124 | 65 |
| Binary | 100000 | 10010111 | 11101100 | 1010110 | 100100 | 0 | 111 | 11001101 | 1010100 | 110101 |
Color Harmonies of #2097EC
Complementary color
Monochromatic Colors of #2097EC
Black with #2097EC
Text Example
Text Example
White with #2097EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2097EC; }
p { color: rgb(32,151,236); }
H1.HeaderClassName
{
color: #2097EC;
}
.AnyTagClassName
{
color: #2097EC;
}
</style>
background-color css
<style>
a { background-color: #2097EC; }
a { background-color: rgb(32,151,236); }
div.DivClassName
{
background-color: #2097EC;
}
.BgClassName
{
background-color: #2097EC;
}
</style>
border-color css
<style>
span { border-color: #2097EC; }
span { border-color: rgb(32,151,236); }
td.TdClassName
{
border-color: #2097EC;
}
.TagClassName
{
border-color: #2097EC;
}
</style>