Shades of Dodger Blue #2090FF
Tints of Dodger Blue #2090FF
RGB
CMYK
RGB Variations
Color information
#2090FF (or 0x2090FF) is known color: Dodger Blue. HEX triplet: 20, 90 and FF. RGB value is (32,144,255). Sum of RGB (Red+Green+Blue) = 32+144+255=431 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.42% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #2090FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2090FF is #DF6F00. Grayscale: #7A7A7A. Windows color (decimal): -14642945 or 16748576. OLE color: 16748576.
HSL color Cylindrical-coordinate representation of color #2090FF: hue angle of 209.87º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2090FF is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 144 | 255 | - |
| CMYK | 0.87 | 0.44 | 0 | 0 |
| HSL | 209.87º | 1% | 0.56% | - |
| HSV(B) | 209.87º | 0.87% | 1% | - |
| XYZ | 28.62 | 27.47 | 98.4 | - |
| YUV | 123.17 | 202.39 | 62.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 144 | 255 | 0.87 | 0.44 | 0 | 0 | 209.87 | 1 | 0.56 |
| Hex | 20 | 90 | FF | 57 | 2C | 0 | 0 | D2 | 64 | 38 |
| Octal | 40 | 220 | 377 | 127 | 54 | 0 | 0 | 322 | 144 | 70 |
| Binary | 100000 | 10010000 | 11111111 | 1010111 | 101100 | 0 | 0 | 11010010 | 1100100 | 111000 |
Color Harmonies of #2090FF
Complementary color
Monochromatic Colors of #2090FF
Black with #2090FF
Text Example
Text Example
White with #2090FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2090FF; }
p { color: rgb(32,144,255); }
H1.HeaderClassName
{
color: #2090FF;
}
.AnyTagClassName
{
color: #2090FF;
}
</style>
background-color css
<style>
a { background-color: #2090FF; }
a { background-color: rgb(32,144,255); }
div.DivClassName
{
background-color: #2090FF;
}
.BgClassName
{
background-color: #2090FF;
}
</style>
border-color css
<style>
span { border-color: #2090FF; }
span { border-color: rgb(32,144,255); }
td.TdClassName
{
border-color: #2090FF;
}
.TagClassName
{
border-color: #2090FF;
}
</style>