Shades of Dodger Blue #1E85EB
Tints of Dodger Blue #1E85EB
RGB
CMYK
RGB Variations
Color information
#1E85EB (or 0x1E85EB) is known color: Dodger Blue. HEX triplet: 1E, 85 and EB. RGB value is (30,133,235). Sum of RGB (Red+Green+Blue) = 30+133+235=398 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.54% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 235 (92.19% from 255 or 59.05% from 398); Max value from RGB is 235 - color contains mainly: blue. Hex color #1E85EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E85EB is #E17A14. Grayscale: #717171. Windows color (decimal): -14776853 or 15435038. OLE color: 15435038.
HSL color Cylindrical-coordinate representation of color #1E85EB: hue angle of 209.85º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E85EB is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 30 | 133 | 235 | - |
| CMYK | 0.87 | 0.43 | 0 | 0.08 |
| HSL | 209.85º | 0.84% | 0.52% | - |
| HSV(B) | 209.85º | 0.87% | 0.92% | - |
| XYZ | 23.92 | 23.05 | 81.79 | - |
| YUV | 113.83 | 196.38 | 68.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 133 | 235 | 0.87 | 0.43 | 0 | 0.08 | 209.85 | 0.84 | 0.52 |
| Hex | 1E | 85 | EB | 57 | 2B | 0 | 8 | D2 | 54 | 34 |
| Octal | 36 | 205 | 353 | 127 | 53 | 0 | 10 | 322 | 124 | 64 |
| Binary | 11110 | 10000101 | 11101011 | 1010111 | 101011 | 0 | 1000 | 11010010 | 1010100 | 110100 |
Color Harmonies of #1E85EB
Complementary color
Monochromatic Colors of #1E85EB
Black with #1E85EB
Text Example
Text Example
White with #1E85EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E85EB; }
p { color: rgb(30,133,235); }
H1.HeaderClassName
{
color: #1E85EB;
}
.AnyTagClassName
{
color: #1E85EB;
}
</style>
background-color css
<style>
a { background-color: #1E85EB; }
a { background-color: rgb(30,133,235); }
div.DivClassName
{
background-color: #1E85EB;
}
.BgClassName
{
background-color: #1E85EB;
}
</style>
border-color css
<style>
span { border-color: #1E85EB; }
span { border-color: rgb(30,133,235); }
td.TdClassName
{
border-color: #1E85EB;
}
.TagClassName
{
border-color: #1E85EB;
}
</style>