Shades of Dodger Blue #1E8FFE
Tints of Dodger Blue #1E8FFE
RGB
CMYK
RGB Variations
Color information
#1E8FFE (or 0x1E8FFE) is known color: Dodger Blue. HEX triplet: 1E, 8F and FE. RGB value is (30,143,254). Sum of RGB (Red+Green+Blue) = 30+143+254=427 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.03% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 254 (99.61% from 255 or 59.48% from 427); Max value from RGB is 254 - color contains mainly: blue. Hex color #1E8FFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E8FFE is #E17001. Grayscale: #797979. Windows color (decimal): -14774274 or 16682782. OLE color: 16682782.
HSL color Cylindrical-coordinate representation of color #1E8FFE: hue angle of 209.73º 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 #1E8FFE is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 143 | 254 | - |
| CMYK | 0.88 | 0.44 | 0 | 0.00 |
| HSL | 209.73º | 0.99% | 0.56% | - |
| HSV(B) | 209.73º | 0.88% | 1% | - |
| XYZ | 28.25 | 27.08 | 97.5 | - |
| YUV | 121.87 | 202.56 | 62.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 143 | 254 | 0.88 | 0.44 | 0 | 0.00 | 209.73 | 0.99 | 0.56 |
| Hex | 1E | 8F | FE | 58 | 2C | 0 | 0 | D2 | 63 | 38 |
| Octal | 36 | 217 | 376 | 130 | 54 | 0 | 0 | 322 | 143 | 70 |
| Binary | 11110 | 10001111 | 11111110 | 1011000 | 101100 | 0 | 0 | 11010010 | 1100011 | 111000 |
Color Harmonies of #1E8FFE
Complementary color
Monochromatic Colors of #1E8FFE
Black with #1E8FFE
Text Example
Text Example
White with #1E8FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8FFE; }
p { color: rgb(30,143,254); }
H1.HeaderClassName
{
color: #1E8FFE;
}
.AnyTagClassName
{
color: #1E8FFE;
}
</style>
background-color css
<style>
a { background-color: #1E8FFE; }
a { background-color: rgb(30,143,254); }
div.DivClassName
{
background-color: #1E8FFE;
}
.BgClassName
{
background-color: #1E8FFE;
}
</style>
border-color css
<style>
span { border-color: #1E8FFE; }
span { border-color: rgb(30,143,254); }
td.TdClassName
{
border-color: #1E8FFE;
}
.TagClassName
{
border-color: #1E8FFE;
}
</style>