Shades of Dodger Blue #1E8EFE
Tints of Dodger Blue #1E8EFE
RGB
CMYK
RGB Variations
Color information
#1E8EFE (or 0x1E8EFE) is known color: Dodger Blue. HEX triplet: 1E, 8E and FE. RGB value is (30,142,254). Sum of RGB (Red+Green+Blue) = 30+142+254=426 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.04% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #1E8EFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E8EFE is #E17101. Grayscale: #787878. Windows color (decimal): -14774530 or 16682526. OLE color: 16682526.
HSL color Cylindrical-coordinate representation of color #1E8EFE: hue angle of 210º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E8EFE is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 142 | 254 | - |
| CMYK | 0.88 | 0.44 | 0 | 0.00 |
| HSL | 210º | 0.99% | 0.56% | - |
| HSV(B) | 210º | 0.88% | 1% | - |
| XYZ | 28.1 | 26.78 | 97.45 | - |
| YUV | 121.28 | 202.89 | 62.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 142 | 254 | 0.88 | 0.44 | 0 | 0.00 | 210 | 0.99 | 0.56 |
| Hex | 1E | 8E | FE | 58 | 2C | 0 | 0 | D2 | 63 | 38 |
| Octal | 36 | 216 | 376 | 130 | 54 | 0 | 0 | 322 | 143 | 70 |
| Binary | 11110 | 10001110 | 11111110 | 1011000 | 101100 | 0 | 0 | 11010010 | 1100011 | 111000 |
Color Harmonies of #1E8EFE
Complementary color
Monochromatic Colors of #1E8EFE
Black with #1E8EFE
Text Example
Text Example
White with #1E8EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8EFE; }
p { color: rgb(30,142,254); }
H1.HeaderClassName
{
color: #1E8EFE;
}
.AnyTagClassName
{
color: #1E8EFE;
}
</style>
background-color css
<style>
a { background-color: #1E8EFE; }
a { background-color: rgb(30,142,254); }
div.DivClassName
{
background-color: #1E8EFE;
}
.BgClassName
{
background-color: #1E8EFE;
}
</style>
border-color css
<style>
span { border-color: #1E8EFE; }
span { border-color: rgb(30,142,254); }
td.TdClassName
{
border-color: #1E8EFE;
}
.TagClassName
{
border-color: #1E8EFE;
}
</style>