Shades of Dodger Blue #2089EA
Tints of Dodger Blue #2089EA
RGB
CMYK
RGB Variations
Color information
#2089EA (or 0x2089EA) is known color: Dodger Blue. HEX triplet: 20, 89 and EA. RGB value is (32,137,234). Sum of RGB (Red+Green+Blue) = 32+137+234=403 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.94% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 234 (91.80% from 255 or 58.06% from 403); Max value from RGB is 234 - color contains mainly: blue. Hex color #2089EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2089EA is #DF7615. Grayscale: #747474. Windows color (decimal): -14644758 or 15370528. OLE color: 15370528.
HSL color Cylindrical-coordinate representation of color #2089EA: hue angle of 208.81º 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 #2089EA is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 137 | 234 | - |
| CMYK | 0.86 | 0.41 | 0 | 0.08 |
| HSL | 208.81º | 0.83% | 0.52% | - |
| HSV(B) | 208.81º | 0.86% | 0.92% | - |
| XYZ | 24.39 | 24.14 | 81.22 | - |
| YUV | 116.66 | 194.21 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 137 | 234 | 0.86 | 0.41 | 0 | 0.08 | 208.81 | 0.83 | 0.52 |
| Hex | 20 | 89 | EA | 56 | 29 | 0 | 8 | D1 | 53 | 34 |
| Octal | 40 | 211 | 352 | 126 | 51 | 0 | 10 | 321 | 123 | 64 |
| Binary | 100000 | 10001001 | 11101010 | 1010110 | 101001 | 0 | 1000 | 11010001 | 1010011 | 110100 |
Color Harmonies of #2089EA
Complementary color
Monochromatic Colors of #2089EA
Black with #2089EA
Text Example
Text Example
White with #2089EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2089EA; }
p { color: rgb(32,137,234); }
H1.HeaderClassName
{
color: #2089EA;
}
.AnyTagClassName
{
color: #2089EA;
}
</style>
background-color css
<style>
a { background-color: #2089EA; }
a { background-color: rgb(32,137,234); }
div.DivClassName
{
background-color: #2089EA;
}
.BgClassName
{
background-color: #2089EA;
}
</style>
border-color css
<style>
span { border-color: #2089EA; }
span { border-color: rgb(32,137,234); }
td.TdClassName
{
border-color: #2089EA;
}
.TagClassName
{
border-color: #2089EA;
}
</style>