Shades of Dodger Blue #2081EA
Tints of Dodger Blue #2081EA
RGB
CMYK
RGB Variations
Color information
#2081EA (or 0x2081EA) is known color: Dodger Blue. HEX triplet: 20, 81 and EA. RGB value is (32,129,234). Sum of RGB (Red+Green+Blue) = 32+129+234=395 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.10% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 234 (91.80% from 255 or 59.24% from 395); Max value from RGB is 234 - color contains mainly: blue. Hex color #2081EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2081EA is #DF7E15. Grayscale: #6F6F6F. Windows color (decimal): -14646806 or 15368480. OLE color: 15368480.
HSL color Cylindrical-coordinate representation of color #2081EA: hue angle of 211.19º 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 #2081EA is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 129 | 234 | - |
| CMYK | 0.86 | 0.45 | 0 | 0.08 |
| HSL | 211.19º | 0.83% | 0.52% | - |
| HSV(B) | 211.19º | 0.86% | 0.92% | - |
| XYZ | 23.3 | 21.95 | 80.85 | - |
| YUV | 111.97 | 196.86 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 129 | 234 | 0.86 | 0.45 | 0 | 0.08 | 211.19 | 0.83 | 0.52 |
| Hex | 20 | 81 | EA | 56 | 2D | 0 | 8 | D3 | 53 | 34 |
| Octal | 40 | 201 | 352 | 126 | 55 | 0 | 10 | 323 | 123 | 64 |
| Binary | 100000 | 10000001 | 11101010 | 1010110 | 101101 | 0 | 1000 | 11010011 | 1010011 | 110100 |
Color Harmonies of #2081EA
Complementary color
Monochromatic Colors of #2081EA
Black with #2081EA
Text Example
Text Example
White with #2081EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2081EA; }
p { color: rgb(32,129,234); }
H1.HeaderClassName
{
color: #2081EA;
}
.AnyTagClassName
{
color: #2081EA;
}
</style>
background-color css
<style>
a { background-color: #2081EA; }
a { background-color: rgb(32,129,234); }
div.DivClassName
{
background-color: #2081EA;
}
.BgClassName
{
background-color: #2081EA;
}
</style>
border-color css
<style>
span { border-color: #2081EA; }
span { border-color: rgb(32,129,234); }
td.TdClassName
{
border-color: #2081EA;
}
.TagClassName
{
border-color: #2081EA;
}
</style>