Shades of Dodger Blue #1E99FF
Tints of Dodger Blue #1E99FF
RGB
CMYK
RGB Variations
Color information
#1E99FF (or 0x1E99FF) is known color: Dodger Blue. HEX triplet: 1E, 99 and FF. RGB value is (30,153,255). Sum of RGB (Red+Green+Blue) = 30+153+255=438 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.85% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E99FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E99FF is #E16600. Grayscale: #7F7F7F. Windows color (decimal): -14771713 or 16750878. OLE color: 16750878.
HSL color Cylindrical-coordinate representation of color #1E99FF: hue angle of 207.2º 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 #1E99FF is Cyan = 0.88, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 153 | 255 | - |
| CMYK | 0.88 | 0.4 | 0 | 0 |
| HSL | 207.2º | 1% | 0.56% | - |
| HSV(B) | 207.2º | 0.88% | 1% | - |
| XYZ | 29.98 | 30.28 | 98.87 | - |
| YUV | 127.85 | 199.75 | 58.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 153 | 255 | 0.88 | 0.4 | 0 | 0 | 207.2 | 1 | 0.56 |
| Hex | 1E | 99 | FF | 58 | 28 | 0 | 0 | CF | 64 | 38 |
| Octal | 36 | 231 | 377 | 130 | 50 | 0 | 0 | 317 | 144 | 70 |
| Binary | 11110 | 10011001 | 11111111 | 1011000 | 101000 | 0 | 0 | 11001111 | 1100100 | 111000 |
Color Harmonies of #1E99FF
Complementary color
Monochromatic Colors of #1E99FF
Black with #1E99FF
Text Example
Text Example
White with #1E99FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E99FF; }
p { color: rgb(30,153,255); }
H1.HeaderClassName
{
color: #1E99FF;
}
.AnyTagClassName
{
color: #1E99FF;
}
</style>
background-color css
<style>
a { background-color: #1E99FF; }
a { background-color: rgb(30,153,255); }
div.DivClassName
{
background-color: #1E99FF;
}
.BgClassName
{
background-color: #1E99FF;
}
</style>
border-color css
<style>
span { border-color: #1E99FF; }
span { border-color: rgb(30,153,255); }
td.TdClassName
{
border-color: #1E99FF;
}
.TagClassName
{
border-color: #1E99FF;
}
</style>