Shades of Dodger Blue #1E8EFD
Tints of Dodger Blue #1E8EFD
RGB
CMYK
RGB Variations
Color information
#1E8EFD (or 0x1E8EFD) is known color: Dodger Blue. HEX triplet: 1E, 8E and FD. RGB value is (30,142,253). Sum of RGB (Red+Green+Blue) = 30+142+253=425 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.06% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 253 (99.22% from 255 or 59.53% from 425); Max value from RGB is 253 - color contains mainly: blue. Hex color #1E8EFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E8EFD is #E17102. Grayscale: #787878. Windows color (decimal): -14774531 or 16616990. OLE color: 16616990.
HSL color Cylindrical-coordinate representation of color #1E8EFD: hue angle of 209.87º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E8EFD is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 142 | 253 | - |
| CMYK | 0.88 | 0.44 | 0 | 0.01 |
| HSL | 209.87º | 0.98% | 0.55% | - |
| HSV(B) | 209.87º | 0.88% | 0.99% | - |
| XYZ | 27.94 | 26.71 | 96.61 | - |
| YUV | 121.17 | 202.39 | 62.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 142 | 253 | 0.88 | 0.44 | 0 | 0.01 | 209.87 | 0.98 | 0.55 |
| Hex | 1E | 8E | FD | 58 | 2C | 0 | 1 | D2 | 62 | 37 |
| Octal | 36 | 216 | 375 | 130 | 54 | 0 | 1 | 322 | 142 | 67 |
| Binary | 11110 | 10001110 | 11111101 | 1011000 | 101100 | 0 | 1 | 11010010 | 1100010 | 110111 |
Color Harmonies of #1E8EFD
Complementary color
Monochromatic Colors of #1E8EFD
Black with #1E8EFD
Text Example
Text Example
White with #1E8EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8EFD; }
p { color: rgb(30,142,253); }
H1.HeaderClassName
{
color: #1E8EFD;
}
.AnyTagClassName
{
color: #1E8EFD;
}
</style>
background-color css
<style>
a { background-color: #1E8EFD; }
a { background-color: rgb(30,142,253); }
div.DivClassName
{
background-color: #1E8EFD;
}
.BgClassName
{
background-color: #1E8EFD;
}
</style>
border-color css
<style>
span { border-color: #1E8EFD; }
span { border-color: rgb(30,142,253); }
td.TdClassName
{
border-color: #1E8EFD;
}
.TagClassName
{
border-color: #1E8EFD;
}
</style>