Shades of Dodger Blue #2099E3
Tints of Dodger Blue #2099E3
RGB
CMYK
RGB Variations
Color information
#2099E3 (or 0x2099E3) is known color: Dodger Blue. HEX triplet: 20, 99 and E3. RGB value is (32,153,227). Sum of RGB (Red+Green+Blue) = 32+153+227=412 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.77% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 227 (89.06% from 255 or 55.10% from 412); Max value from RGB is 227 - color contains mainly: blue. Hex color #2099E3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2099E3 is #DF661C. Grayscale: #7C7C7C. Windows color (decimal): -14640669 or 14915872. OLE color: 14915872.
HSL color Cylindrical-coordinate representation of color #2099E3: hue angle of 202.77º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2099E3 is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 153 | 227 | - |
| CMYK | 0.86 | 0.33 | 0 | 0.11 |
| HSL | 202.77º | 0.78% | 0.51% | - |
| HSV(B) | 202.77º | 0.86% | 0.89% | - |
| XYZ | 25.85 | 28.64 | 76.84 | - |
| YUV | 125.26 | 185.41 | 61.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 153 | 227 | 0.86 | 0.33 | 0 | 0.11 | 202.77 | 0.78 | 0.51 |
| Hex | 20 | 99 | E3 | 56 | 21 | 0 | B | CB | 4E | 33 |
| Octal | 40 | 231 | 343 | 126 | 41 | 0 | 13 | 313 | 116 | 63 |
| Binary | 100000 | 10011001 | 11100011 | 1010110 | 100001 | 0 | 1011 | 11001011 | 1001110 | 110011 |
Color Harmonies of #2099E3
Complementary color
Monochromatic Colors of #2099E3
Black with #2099E3
Text Example
Text Example
White with #2099E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2099E3; }
p { color: rgb(32,153,227); }
H1.HeaderClassName
{
color: #2099E3;
}
.AnyTagClassName
{
color: #2099E3;
}
</style>
background-color css
<style>
a { background-color: #2099E3; }
a { background-color: rgb(32,153,227); }
div.DivClassName
{
background-color: #2099E3;
}
.BgClassName
{
background-color: #2099E3;
}
</style>
border-color css
<style>
span { border-color: #2099E3; }
span { border-color: rgb(32,153,227); }
td.TdClassName
{
border-color: #2099E3;
}
.TagClassName
{
border-color: #2099E3;
}
</style>