Shades of Dodger Blue #2090ED
Tints of Dodger Blue #2090ED
RGB
CMYK
RGB Variations
Color information
#2090ED (or 0x2090ED) is known color: Dodger Blue. HEX triplet: 20, 90 and ED. RGB value is (32,144,237). Sum of RGB (Red+Green+Blue) = 32+144+237=413 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.75% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 237 (92.97% from 255 or 57.38% from 413); Max value from RGB is 237 - color contains mainly: blue. Hex color #2090ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2090ED is #DF6F12. Grayscale: #787878. Windows color (decimal): -14642963 or 15568928. OLE color: 15568928.
HSL color Cylindrical-coordinate representation of color #2090ED: hue angle of 207.22º degrees, saturation: 0.85, 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 #2090ED is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 144 | 237 | - |
| CMYK | 0.86 | 0.39 | 0 | 0.07 |
| HSL | 207.22º | 0.85% | 0.53% | - |
| HSV(B) | 207.22º | 0.86% | 0.93% | - |
| XYZ | 25.85 | 26.37 | 83.85 | - |
| YUV | 121.11 | 193.39 | 64.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 144 | 237 | 0.86 | 0.39 | 0 | 0.07 | 207.22 | 0.85 | 0.53 |
| Hex | 20 | 90 | ED | 56 | 27 | 0 | 7 | CF | 55 | 35 |
| Octal | 40 | 220 | 355 | 126 | 47 | 0 | 7 | 317 | 125 | 65 |
| Binary | 100000 | 10010000 | 11101101 | 1010110 | 100111 | 0 | 111 | 11001111 | 1010101 | 110101 |
Color Harmonies of #2090ED
Complementary color
Monochromatic Colors of #2090ED
Black with #2090ED
Text Example
Text Example
White with #2090ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2090ED; }
p { color: rgb(32,144,237); }
H1.HeaderClassName
{
color: #2090ED;
}
.AnyTagClassName
{
color: #2090ED;
}
</style>
background-color css
<style>
a { background-color: #2090ED; }
a { background-color: rgb(32,144,237); }
div.DivClassName
{
background-color: #2090ED;
}
.BgClassName
{
background-color: #2090ED;
}
</style>
border-color css
<style>
span { border-color: #2090ED; }
span { border-color: rgb(32,144,237); }
td.TdClassName
{
border-color: #2090ED;
}
.TagClassName
{
border-color: #2090ED;
}
</style>