Shades of Dodger Blue #1485EC
Tints of Dodger Blue #1485EC
RGB
CMYK
RGB Variations
Color information
#1485EC (or 0x1485EC) is known color: Dodger Blue. HEX triplet: 14, 85 and EC. RGB value is (20,133,236). Sum of RGB (Red+Green+Blue) = 20+133+236=389 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.14% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 236 (92.58% from 255 or 60.67% from 389); Max value from RGB is 236 - color contains mainly: blue. Hex color #1485EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1485EC is #EB7A13. Grayscale: #6E6E6E. Windows color (decimal): -15432212 or 15500564. OLE color: 15500564.
HSL color Cylindrical-coordinate representation of color #1485EC: hue angle of 208.61º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1485EC is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 133 | 236 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.07 |
| HSL | 208.61º | 0.85% | 0.5% | - |
| HSV(B) | 208.61º | 0.92% | 0.93% | - |
| XYZ | 23.82 | 22.98 | 82.54 | - |
| YUV | 110.96 | 198.56 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 133 | 236 | 0.92 | 0.44 | 0 | 0.07 | 208.61 | 0.85 | 0.5 |
| Hex | 14 | 85 | EC | 5C | 2C | 0 | 7 | D1 | 55 | 32 |
| Octal | 24 | 205 | 354 | 134 | 54 | 0 | 7 | 321 | 125 | 62 |
| Binary | 10100 | 10000101 | 11101100 | 1011100 | 101100 | 0 | 111 | 11010001 | 1010101 | 110010 |
Color Harmonies of #1485EC
Complementary color
Monochromatic Colors of #1485EC
Black with #1485EC
Text Example
Text Example
White with #1485EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1485EC; }
p { color: rgb(20,133,236); }
H1.HeaderClassName
{
color: #1485EC;
}
.AnyTagClassName
{
color: #1485EC;
}
</style>
background-color css
<style>
a { background-color: #1485EC; }
a { background-color: rgb(20,133,236); }
div.DivClassName
{
background-color: #1485EC;
}
.BgClassName
{
background-color: #1485EC;
}
</style>
border-color css
<style>
span { border-color: #1485EC; }
span { border-color: rgb(20,133,236); }
td.TdClassName
{
border-color: #1485EC;
}
.TagClassName
{
border-color: #1485EC;
}
</style>