Shades of Dodger Blue #1E94DE
Tints of Dodger Blue #1E94DE
RGB
CMYK
RGB Variations
Color information
#1E94DE (or 0x1E94DE) is known color: Dodger Blue. HEX triplet: 1E, 94 and DE. RGB value is (30,148,222). Sum of RGB (Red+Green+Blue) = 30+148+222=400 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.5% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #1E94DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E94DE is #E16B21. Grayscale: #787878. Windows color (decimal): -14773026 or 14586910. OLE color: 14586910.
HSL color Cylindrical-coordinate representation of color #1E94DE: hue angle of 203.12º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E94DE is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 148 | 222 | - |
| CMYK | 0.86 | 0.33 | 0 | 0.13 |
| HSL | 203.13º | 0.76% | 0.49% | - |
| HSV(B) | 203.13º | 0.86% | 0.87% | - |
| XYZ | 24.31 | 26.73 | 72.99 | - |
| YUV | 121.15 | 184.91 | 62.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 148 | 222 | 0.86 | 0.33 | 0 | 0.13 | 203.13 | 0.76 | 0.49 |
| Hex | 1E | 94 | DE | 56 | 21 | 0 | D | CB | 4C | 31 |
| Octal | 36 | 224 | 336 | 126 | 41 | 0 | 15 | 313 | 114 | 61 |
| Binary | 11110 | 10010100 | 11011110 | 1010110 | 100001 | 0 | 1101 | 11001011 | 1001100 | 110001 |
Color Harmonies of #1E94DE
Complementary color
Monochromatic Colors of #1E94DE
Black with #1E94DE
Text Example
Text Example
White with #1E94DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E94DE; }
p { color: rgb(30,148,222); }
H1.HeaderClassName
{
color: #1E94DE;
}
.AnyTagClassName
{
color: #1E94DE;
}
</style>
background-color css
<style>
a { background-color: #1E94DE; }
a { background-color: rgb(30,148,222); }
div.DivClassName
{
background-color: #1E94DE;
}
.BgClassName
{
background-color: #1E94DE;
}
</style>
border-color css
<style>
span { border-color: #1E94DE; }
span { border-color: rgb(30,148,222); }
td.TdClassName
{
border-color: #1E94DE;
}
.TagClassName
{
border-color: #1E94DE;
}
</style>