Shades of Dodger Blue #1E8CEF
Tints of Dodger Blue #1E8CEF
RGB
CMYK
RGB Variations
Color information
#1E8CEF (or 0x1E8CEF) is known color: Dodger Blue. HEX triplet: 1E, 8C and EF. RGB value is (30,140,239). Sum of RGB (Red+Green+Blue) = 30+140+239=409 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.33% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 239 (93.75% from 255 or 58.44% from 409); Max value from RGB is 239 - color contains mainly: blue. Hex color #1E8CEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E8CEF is #E17310. Grayscale: #757575. Windows color (decimal): -14775057 or 15698974. OLE color: 15698974.
HSL color Cylindrical-coordinate representation of color #1E8CEF: hue angle of 208.42º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E8CEF is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 140 | 239 | - |
| CMYK | 0.87 | 0.41 | 0 | 0.06 |
| HSL | 208.42º | 0.87% | 0.53% | - |
| HSV(B) | 208.42º | 0.87% | 0.94% | - |
| XYZ | 25.49 | 25.26 | 85.19 | - |
| YUV | 118.4 | 196.06 | 64.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 140 | 239 | 0.87 | 0.41 | 0 | 0.06 | 208.42 | 0.87 | 0.53 |
| Hex | 1E | 8C | EF | 57 | 29 | 0 | 6 | D0 | 57 | 35 |
| Octal | 36 | 214 | 357 | 127 | 51 | 0 | 6 | 320 | 127 | 65 |
| Binary | 11110 | 10001100 | 11101111 | 1010111 | 101001 | 0 | 110 | 11010000 | 1010111 | 110101 |
Color Harmonies of #1E8CEF
Complementary color
Monochromatic Colors of #1E8CEF
Black with #1E8CEF
Text Example
Text Example
White with #1E8CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8CEF; }
p { color: rgb(30,140,239); }
H1.HeaderClassName
{
color: #1E8CEF;
}
.AnyTagClassName
{
color: #1E8CEF;
}
</style>
background-color css
<style>
a { background-color: #1E8CEF; }
a { background-color: rgb(30,140,239); }
div.DivClassName
{
background-color: #1E8CEF;
}
.BgClassName
{
background-color: #1E8CEF;
}
</style>
border-color css
<style>
span { border-color: #1E8CEF; }
span { border-color: rgb(30,140,239); }
td.TdClassName
{
border-color: #1E8CEF;
}
.TagClassName
{
border-color: #1E8CEF;
}
</style>