Shades of Dodger Blue #1E91DB
Tints of Dodger Blue #1E91DB
RGB
CMYK
RGB Variations
Color information
#1E91DB (or 0x1E91DB) is known color: Dodger Blue. HEX triplet: 1E, 91 and DB. RGB value is (30,145,219). Sum of RGB (Red+Green+Blue) = 30+145+219=394 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.61% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #1E91DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E91DB is #E16E24. Grayscale: #767676. Windows color (decimal): -14773797 or 14389534. OLE color: 14389534.
HSL color Cylindrical-coordinate representation of color #1E91DB: hue angle of 203.49º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E91DB is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 145 | 219 | - |
| CMYK | 0.86 | 0.34 | 0 | 0.14 |
| HSL | 203.49º | 0.76% | 0.49% | - |
| HSV(B) | 203.49º | 0.86% | 0.86% | - |
| XYZ | 23.45 | 25.64 | 70.73 | - |
| YUV | 119.05 | 184.4 | 64.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 145 | 219 | 0.86 | 0.34 | 0 | 0.14 | 203.49 | 0.76 | 0.49 |
| Hex | 1E | 91 | DB | 56 | 22 | 0 | E | CB | 4C | 31 |
| Octal | 36 | 221 | 333 | 126 | 42 | 0 | 16 | 313 | 114 | 61 |
| Binary | 11110 | 10010001 | 11011011 | 1010110 | 100010 | 0 | 1110 | 11001011 | 1001100 | 110001 |
Color Harmonies of #1E91DB
Complementary color
Monochromatic Colors of #1E91DB
Black with #1E91DB
Text Example
Text Example
White with #1E91DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E91DB; }
p { color: rgb(30,145,219); }
H1.HeaderClassName
{
color: #1E91DB;
}
.AnyTagClassName
{
color: #1E91DB;
}
</style>
background-color css
<style>
a { background-color: #1E91DB; }
a { background-color: rgb(30,145,219); }
div.DivClassName
{
background-color: #1E91DB;
}
.BgClassName
{
background-color: #1E91DB;
}
</style>
border-color css
<style>
span { border-color: #1E91DB; }
span { border-color: rgb(30,145,219); }
td.TdClassName
{
border-color: #1E91DB;
}
.TagClassName
{
border-color: #1E91DB;
}
</style>