Shades of Dodger Blue #1E94DB
Tints of Dodger Blue #1E94DB
RGB
CMYK
RGB Variations
Color information
#1E94DB (or 0x1E94DB) is known color: Dodger Blue. HEX triplet: 1E, 94 and DB. RGB value is (30,148,219). Sum of RGB (Red+Green+Blue) = 30+148+219=397 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.56% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #1E94DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E94DB is #E16B24. Grayscale: #787878. Windows color (decimal): -14773029 or 14390302. OLE color: 14390302.
HSL color Cylindrical-coordinate representation of color #1E94DB: hue angle of 202.54º 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 #1E94DB is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 148 | 219 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.14 |
| HSL | 202.54º | 0.76% | 0.49% | - |
| HSV(B) | 202.54º | 0.86% | 0.86% | - |
| XYZ | 23.91 | 26.57 | 70.89 | - |
| YUV | 120.81 | 183.41 | 63.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 148 | 219 | 0.86 | 0.32 | 0 | 0.14 | 202.54 | 0.76 | 0.49 |
| Hex | 1E | 94 | DB | 56 | 20 | 0 | E | CB | 4C | 31 |
| Octal | 36 | 224 | 333 | 126 | 40 | 0 | 16 | 313 | 114 | 61 |
| Binary | 11110 | 10010100 | 11011011 | 1010110 | 100000 | 0 | 1110 | 11001011 | 1001100 | 110001 |
Color Harmonies of #1E94DB
Complementary color
Monochromatic Colors of #1E94DB
Black with #1E94DB
Text Example
Text Example
White with #1E94DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E94DB; }
p { color: rgb(30,148,219); }
H1.HeaderClassName
{
color: #1E94DB;
}
.AnyTagClassName
{
color: #1E94DB;
}
</style>
background-color css
<style>
a { background-color: #1E94DB; }
a { background-color: rgb(30,148,219); }
div.DivClassName
{
background-color: #1E94DB;
}
.BgClassName
{
background-color: #1E94DB;
}
</style>
border-color css
<style>
span { border-color: #1E94DB; }
span { border-color: rgb(30,148,219); }
td.TdClassName
{
border-color: #1E94DB;
}
.TagClassName
{
border-color: #1E94DB;
}
</style>