Shades of Dodger Blue #2081E8
Tints of Dodger Blue #2081E8
RGB
CMYK
RGB Variations
Color information
#2081E8 (or 0x2081E8) is known color: Dodger Blue. HEX triplet: 20, 81 and E8. RGB value is (32,129,232). Sum of RGB (Red+Green+Blue) = 32+129+232=393 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.14% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 232 (91.02% from 255 or 59.03% from 393); Max value from RGB is 232 - color contains mainly: blue. Hex color #2081E8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2081E8 is #DF7E17. Grayscale: #6F6F6F. Windows color (decimal): -14646808 or 15237408. OLE color: 15237408.
HSL color Cylindrical-coordinate representation of color #2081E8: hue angle of 210.9º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2081E8 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 129 | 232 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.09 |
| HSL | 210.9º | 0.81% | 0.52% | - |
| HSV(B) | 210.9º | 0.86% | 0.91% | - |
| XYZ | 23.01 | 21.83 | 79.35 | - |
| YUV | 111.74 | 195.86 | 71.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 129 | 232 | 0.86 | 0.44 | 0 | 0.09 | 210.9 | 0.81 | 0.52 |
| Hex | 20 | 81 | E8 | 56 | 2C | 0 | 9 | D3 | 51 | 34 |
| Octal | 40 | 201 | 350 | 126 | 54 | 0 | 11 | 323 | 121 | 64 |
| Binary | 100000 | 10000001 | 11101000 | 1010110 | 101100 | 0 | 1001 | 11010011 | 1010001 | 110100 |
Color Harmonies of #2081E8
Complementary color
Monochromatic Colors of #2081E8
Black with #2081E8
Text Example
Text Example
White with #2081E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2081E8; }
p { color: rgb(32,129,232); }
H1.HeaderClassName
{
color: #2081E8;
}
.AnyTagClassName
{
color: #2081E8;
}
</style>
background-color css
<style>
a { background-color: #2081E8; }
a { background-color: rgb(32,129,232); }
div.DivClassName
{
background-color: #2081E8;
}
.BgClassName
{
background-color: #2081E8;
}
</style>
border-color css
<style>
span { border-color: #2081E8; }
span { border-color: rgb(32,129,232); }
td.TdClassName
{
border-color: #2081E8;
}
.TagClassName
{
border-color: #2081E8;
}
</style>