Shades of Dodger Blue #1E88FF
Tints of Dodger Blue #1E88FF
RGB
CMYK
RGB Variations
Color information
#1E88FF (or 0x1E88FF) is known color: Dodger Blue. HEX triplet: 1E, 88 and FF. RGB value is (30,136,255). Sum of RGB (Red+Green+Blue) = 30+136+255=421 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.13% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E88FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E88FF is #E17700. Grayscale: #757575. Windows color (decimal): -14776065 or 16746526. OLE color: 16746526.
HSL color Cylindrical-coordinate representation of color #1E88FF: hue angle of 211.73º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E88FF is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 136 | 255 | - |
| CMYK | 0.88 | 0.47 | 0 | 0 |
| HSL | 211.73º | 1% | 0.56% | - |
| HSV(B) | 211.73º | 0.88% | 1% | - |
| XYZ | 27.39 | 25.1 | 98.01 | - |
| YUV | 117.87 | 205.38 | 65.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 136 | 255 | 0.88 | 0.47 | 0 | 0 | 211.73 | 1 | 0.56 |
| Hex | 1E | 88 | FF | 58 | 2F | 0 | 0 | D4 | 64 | 38 |
| Octal | 36 | 210 | 377 | 130 | 57 | 0 | 0 | 324 | 144 | 70 |
| Binary | 11110 | 10001000 | 11111111 | 1011000 | 101111 | 0 | 0 | 11010100 | 1100100 | 111000 |
Color Harmonies of #1E88FF
Complementary color
Monochromatic Colors of #1E88FF
Black with #1E88FF
Text Example
Text Example
White with #1E88FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E88FF; }
p { color: rgb(30,136,255); }
H1.HeaderClassName
{
color: #1E88FF;
}
.AnyTagClassName
{
color: #1E88FF;
}
</style>
background-color css
<style>
a { background-color: #1E88FF; }
a { background-color: rgb(30,136,255); }
div.DivClassName
{
background-color: #1E88FF;
}
.BgClassName
{
background-color: #1E88FF;
}
</style>
border-color css
<style>
span { border-color: #1E88FF; }
span { border-color: rgb(30,136,255); }
td.TdClassName
{
border-color: #1E88FF;
}
.TagClassName
{
border-color: #1E88FF;
}
</style>