Shades of Dodger Blue #2094DB
Tints of Dodger Blue #2094DB
RGB
CMYK
RGB Variations
Color information
#2094DB (or 0x2094DB) is known color: Dodger Blue. HEX triplet: 20, 94 and DB. RGB value is (32,148,219). Sum of RGB (Red+Green+Blue) = 32+148+219=399 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.02% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #2094DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2094DB is #DF6B24. Grayscale: #797979. Windows color (decimal): -14641957 or 14390304. OLE color: 14390304.
HSL color Cylindrical-coordinate representation of color #2094DB: hue angle of 202.78º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2094DB is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 148 | 219 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.14 |
| HSL | 202.78º | 0.75% | 0.49% | - |
| HSV(B) | 202.78º | 0.85% | 0.86% | - |
| XYZ | 23.97 | 26.6 | 70.89 | - |
| YUV | 121.41 | 183.07 | 64.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 148 | 219 | 0.85 | 0.32 | 0 | 0.14 | 202.78 | 0.75 | 0.49 |
| Hex | 20 | 94 | DB | 55 | 20 | 0 | E | CB | 4B | 31 |
| Octal | 40 | 224 | 333 | 125 | 40 | 0 | 16 | 313 | 113 | 61 |
| Binary | 100000 | 10010100 | 11011011 | 1010101 | 100000 | 0 | 1110 | 11001011 | 1001011 | 110001 |
Color Harmonies of #2094DB
Complementary color
Monochromatic Colors of #2094DB
Black with #2094DB
Text Example
Text Example
White with #2094DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2094DB; }
p { color: rgb(32,148,219); }
H1.HeaderClassName
{
color: #2094DB;
}
.AnyTagClassName
{
color: #2094DB;
}
</style>
background-color css
<style>
a { background-color: #2094DB; }
a { background-color: rgb(32,148,219); }
div.DivClassName
{
background-color: #2094DB;
}
.BgClassName
{
background-color: #2094DB;
}
</style>
border-color css
<style>
span { border-color: #2094DB; }
span { border-color: rgb(32,148,219); }
td.TdClassName
{
border-color: #2094DB;
}
.TagClassName
{
border-color: #2094DB;
}
</style>