Shades of Dodger Blue #1E95DB
Tints of Dodger Blue #1E95DB
RGB
CMYK
RGB Variations
Color information
#1E95DB (or 0x1E95DB) is known color: Dodger Blue. HEX triplet: 1E, 95 and DB. RGB value is (30,149,219). Sum of RGB (Red+Green+Blue) = 30+149+219=398 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.54% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #1E95DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E95DB is #E16A24. Grayscale: #797979. Windows color (decimal): -14772773 or 14390558. OLE color: 14390558.
HSL color Cylindrical-coordinate representation of color #1E95DB: hue angle of 202.22º 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 #1E95DB is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 149 | 219 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.14 |
| HSL | 202.22º | 0.76% | 0.49% | - |
| HSV(B) | 202.22º | 0.86% | 0.86% | - |
| XYZ | 24.07 | 26.89 | 70.94 | - |
| YUV | 121.4 | 183.08 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 149 | 219 | 0.86 | 0.32 | 0 | 0.14 | 202.22 | 0.76 | 0.49 |
| Hex | 1E | 95 | DB | 56 | 20 | 0 | E | CA | 4C | 31 |
| Octal | 36 | 225 | 333 | 126 | 40 | 0 | 16 | 312 | 114 | 61 |
| Binary | 11110 | 10010101 | 11011011 | 1010110 | 100000 | 0 | 1110 | 11001010 | 1001100 | 110001 |
Color Harmonies of #1E95DB
Complementary color
Monochromatic Colors of #1E95DB
Black with #1E95DB
Text Example
Text Example
White with #1E95DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E95DB; }
p { color: rgb(30,149,219); }
H1.HeaderClassName
{
color: #1E95DB;
}
.AnyTagClassName
{
color: #1E95DB;
}
</style>
background-color css
<style>
a { background-color: #1E95DB; }
a { background-color: rgb(30,149,219); }
div.DivClassName
{
background-color: #1E95DB;
}
.BgClassName
{
background-color: #1E95DB;
}
</style>
border-color css
<style>
span { border-color: #1E95DB; }
span { border-color: rgb(30,149,219); }
td.TdClassName
{
border-color: #1E95DB;
}
.TagClassName
{
border-color: #1E95DB;
}
</style>