Shades of Dodger Blue #1E96FF
Tints of Dodger Blue #1E96FF
RGB
CMYK
RGB Variations
Color information
#1E96FF (or 0x1E96FF) is known color: Dodger Blue. HEX triplet: 1E, 96 and FF. RGB value is (30,150,255). Sum of RGB (Red+Green+Blue) = 30+150+255=435 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.90% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E96FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E96FF is #E16900. Grayscale: #7D7D7D. Windows color (decimal): -14772481 or 16750110. OLE color: 16750110.
HSL color Cylindrical-coordinate representation of color #1E96FF: hue angle of 208º 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 #1E96FF is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 150 | 255 | - |
| CMYK | 0.88 | 0.41 | 0 | 0 |
| HSL | 208º | 1% | 0.56% | - |
| HSV(B) | 208º | 0.88% | 1% | - |
| XYZ | 29.49 | 29.31 | 98.71 | - |
| YUV | 126.09 | 200.74 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 150 | 255 | 0.88 | 0.41 | 0 | 0 | 208 | 1 | 0.56 |
| Hex | 1E | 96 | FF | 58 | 29 | 0 | 0 | D0 | 64 | 38 |
| Octal | 36 | 226 | 377 | 130 | 51 | 0 | 0 | 320 | 144 | 70 |
| Binary | 11110 | 10010110 | 11111111 | 1011000 | 101001 | 0 | 0 | 11010000 | 1100100 | 111000 |
Color Harmonies of #1E96FF
Complementary color
Monochromatic Colors of #1E96FF
Black with #1E96FF
Text Example
Text Example
White with #1E96FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E96FF; }
p { color: rgb(30,150,255); }
H1.HeaderClassName
{
color: #1E96FF;
}
.AnyTagClassName
{
color: #1E96FF;
}
</style>
background-color css
<style>
a { background-color: #1E96FF; }
a { background-color: rgb(30,150,255); }
div.DivClassName
{
background-color: #1E96FF;
}
.BgClassName
{
background-color: #1E96FF;
}
</style>
border-color css
<style>
span { border-color: #1E96FF; }
span { border-color: rgb(30,150,255); }
td.TdClassName
{
border-color: #1E96FF;
}
.TagClassName
{
border-color: #1E96FF;
}
</style>