Shades of Dodger Blue #1E97FF
Tints of Dodger Blue #1E97FF
RGB
CMYK
RGB Variations
Color information
#1E97FF (or 0x1E97FF) is known color: Dodger Blue. HEX triplet: 1E, 97 and FF. RGB value is (30,151,255). Sum of RGB (Red+Green+Blue) = 30+151+255=436 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.88% from 436); Green value is 151 (59.38% from 255 or 34.63% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E97FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E97FF is #E16800. Grayscale: #7E7E7E. Windows color (decimal): -14772225 or 16750366. OLE color: 16750366.
HSL color Cylindrical-coordinate representation of color #1E97FF: hue angle of 207.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 #1E97FF is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 151 | 255 | - |
| CMYK | 0.88 | 0.41 | 0 | 0 |
| HSL | 207.73º | 1% | 0.56% | - |
| HSV(B) | 207.73º | 0.88% | 1% | - |
| XYZ | 29.65 | 29.63 | 98.76 | - |
| YUV | 126.68 | 200.41 | 59.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 151 | 255 | 0.88 | 0.41 | 0 | 0 | 207.73 | 1 | 0.56 |
| Hex | 1E | 97 | FF | 58 | 29 | 0 | 0 | D0 | 64 | 38 |
| Octal | 36 | 227 | 377 | 130 | 51 | 0 | 0 | 320 | 144 | 70 |
| Binary | 11110 | 10010111 | 11111111 | 1011000 | 101001 | 0 | 0 | 11010000 | 1100100 | 111000 |
Color Harmonies of #1E97FF
Complementary color
Monochromatic Colors of #1E97FF
Black with #1E97FF
Text Example
Text Example
White with #1E97FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E97FF; }
p { color: rgb(30,151,255); }
H1.HeaderClassName
{
color: #1E97FF;
}
.AnyTagClassName
{
color: #1E97FF;
}
</style>
background-color css
<style>
a { background-color: #1E97FF; }
a { background-color: rgb(30,151,255); }
div.DivClassName
{
background-color: #1E97FF;
}
.BgClassName
{
background-color: #1E97FF;
}
</style>
border-color css
<style>
span { border-color: #1E97FF; }
span { border-color: rgb(30,151,255); }
td.TdClassName
{
border-color: #1E97FF;
}
.TagClassName
{
border-color: #1E97FF;
}
</style>