Shades of Dodger Blue #1E85F6
Tints of Dodger Blue #1E85F6
RGB
CMYK
RGB Variations
Color information
#1E85F6 (or 0x1E85F6) is known color: Dodger Blue. HEX triplet: 1E, 85 and F6. RGB value is (30,133,246). Sum of RGB (Red+Green+Blue) = 30+133+246=409 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.33% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 246 (96.48% from 255 or 60.15% from 409); Max value from RGB is 246 - color contains mainly: blue. Hex color #1E85F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E85F6 is #E17A09. Grayscale: #727272. Windows color (decimal): -14776842 or 16155934. OLE color: 16155934.
HSL color Cylindrical-coordinate representation of color #1E85F6: hue angle of 211.39º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E85F6 is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 30 | 133 | 246 | - |
| CMYK | 0.88 | 0.46 | 0 | 0.04 |
| HSL | 211.39º | 0.92% | 0.54% | - |
| HSV(B) | 211.39º | 0.88% | 0.96% | - |
| XYZ | 25.56 | 23.7 | 90.42 | - |
| YUV | 115.09 | 201.88 | 67.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 133 | 246 | 0.88 | 0.46 | 0 | 0.04 | 211.39 | 0.92 | 0.54 |
| Hex | 1E | 85 | F6 | 58 | 2E | 0 | 4 | D3 | 5C | 36 |
| Octal | 36 | 205 | 366 | 130 | 56 | 0 | 4 | 323 | 134 | 66 |
| Binary | 11110 | 10000101 | 11110110 | 1011000 | 101110 | 0 | 100 | 11010011 | 1011100 | 110110 |
Color Harmonies of #1E85F6
Complementary color
Monochromatic Colors of #1E85F6
Black with #1E85F6
Text Example
Text Example
White with #1E85F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E85F6; }
p { color: rgb(30,133,246); }
H1.HeaderClassName
{
color: #1E85F6;
}
.AnyTagClassName
{
color: #1E85F6;
}
</style>
background-color css
<style>
a { background-color: #1E85F6; }
a { background-color: rgb(30,133,246); }
div.DivClassName
{
background-color: #1E85F6;
}
.BgClassName
{
background-color: #1E85F6;
}
</style>
border-color css
<style>
span { border-color: #1E85F6; }
span { border-color: rgb(30,133,246); }
td.TdClassName
{
border-color: #1E85F6;
}
.TagClassName
{
border-color: #1E85F6;
}
</style>