Shades of Dodger Blue #1E9BFF
Tints of Dodger Blue #1E9BFF
RGB
CMYK
RGB Variations
Color information
#1E9BFF (or 0x1E9BFF) is known color: Dodger Blue. HEX triplet: 1E, 9B and FF. RGB value is (30,155,255). Sum of RGB (Red+Green+Blue) = 30+155+255=440 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.82% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E9BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E9BFF is #E16400. Grayscale: #808080. Windows color (decimal): -14771201 or 16751390. OLE color: 16751390.
HSL color Cylindrical-coordinate representation of color #1E9BFF: hue angle of 206.67º 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 #1E9BFF is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 155 | 255 | - |
| CMYK | 0.88 | 0.39 | 0 | 0 |
| HSL | 206.67º | 1% | 0.56% | - |
| HSV(B) | 206.67º | 0.88% | 1% | - |
| XYZ | 30.31 | 30.94 | 98.98 | - |
| YUV | 129.03 | 199.09 | 57.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 155 | 255 | 0.88 | 0.39 | 0 | 0 | 206.67 | 1 | 0.56 |
| Hex | 1E | 9B | FF | 58 | 27 | 0 | 0 | CF | 64 | 38 |
| Octal | 36 | 233 | 377 | 130 | 47 | 0 | 0 | 317 | 144 | 70 |
| Binary | 11110 | 10011011 | 11111111 | 1011000 | 100111 | 0 | 0 | 11001111 | 1100100 | 111000 |
Color Harmonies of #1E9BFF
Complementary color
Monochromatic Colors of #1E9BFF
Black with #1E9BFF
Text Example
Text Example
White with #1E9BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9BFF; }
p { color: rgb(30,155,255); }
H1.HeaderClassName
{
color: #1E9BFF;
}
.AnyTagClassName
{
color: #1E9BFF;
}
</style>
background-color css
<style>
a { background-color: #1E9BFF; }
a { background-color: rgb(30,155,255); }
div.DivClassName
{
background-color: #1E9BFF;
}
.BgClassName
{
background-color: #1E9BFF;
}
</style>
border-color css
<style>
span { border-color: #1E9BFF; }
span { border-color: rgb(30,155,255); }
td.TdClassName
{
border-color: #1E9BFF;
}
.TagClassName
{
border-color: #1E9BFF;
}
</style>