Shades of Dodger Blue #1E8DFA
Tints of Dodger Blue #1E8DFA
RGB
CMYK
RGB Variations
Color information
#1E8DFA (or 0x1E8DFA) is known color: Dodger Blue. HEX triplet: 1E, 8D and FA. RGB value is (30,141,250). Sum of RGB (Red+Green+Blue) = 30+141+250=421 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.13% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 250 (98.05% from 255 or 59.38% from 421); Max value from RGB is 250 - color contains mainly: blue. Hex color #1E8DFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E8DFA is #E17205. Grayscale: #777777. Windows color (decimal): -14774790 or 16420126. OLE color: 16420126.
HSL color Cylindrical-coordinate representation of color #1E8DFA: hue angle of 209.73º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E8DFA is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 141 | 250 | - |
| CMYK | 0.88 | 0.44 | 0 | 0.02 |
| HSL | 209.73º | 0.96% | 0.55% | - |
| HSV(B) | 209.73º | 0.88% | 0.98% | - |
| XYZ | 27.32 | 26.23 | 94.07 | - |
| YUV | 120.24 | 201.23 | 63.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 141 | 250 | 0.88 | 0.44 | 0 | 0.02 | 209.73 | 0.96 | 0.55 |
| Hex | 1E | 8D | FA | 58 | 2C | 0 | 2 | D2 | 60 | 37 |
| Octal | 36 | 215 | 372 | 130 | 54 | 0 | 2 | 322 | 140 | 67 |
| Binary | 11110 | 10001101 | 11111010 | 1011000 | 101100 | 0 | 10 | 11010010 | 1100000 | 110111 |
Color Harmonies of #1E8DFA
Complementary color
Monochromatic Colors of #1E8DFA
Black with #1E8DFA
Text Example
Text Example
White with #1E8DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8DFA; }
p { color: rgb(30,141,250); }
H1.HeaderClassName
{
color: #1E8DFA;
}
.AnyTagClassName
{
color: #1E8DFA;
}
</style>
background-color css
<style>
a { background-color: #1E8DFA; }
a { background-color: rgb(30,141,250); }
div.DivClassName
{
background-color: #1E8DFA;
}
.BgClassName
{
background-color: #1E8DFA;
}
</style>
border-color css
<style>
span { border-color: #1E8DFA; }
span { border-color: rgb(30,141,250); }
td.TdClassName
{
border-color: #1E8DFA;
}
.TagClassName
{
border-color: #1E8DFA;
}
</style>