Shades of Dodger Blue #1490EC
Tints of Dodger Blue #1490EC
RGB
CMYK
RGB Variations
Color information
#1490EC (or 0x1490EC) is known color: Dodger Blue. HEX triplet: 14, 90 and EC. RGB value is (20,144,236). Sum of RGB (Red+Green+Blue) = 20+144+236=400 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #1490EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1490EC is #EB6F13. Grayscale: #747474. Windows color (decimal): -15429396 or 15503380. OLE color: 15503380.
HSL color Cylindrical-coordinate representation of color #1490EC: hue angle of 205.56º 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 #1490EC is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 144 | 236 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.07 |
| HSL | 205.56º | 0.85% | 0.5% | - |
| HSV(B) | 205.56º | 0.92% | 0.93% | - |
| XYZ | 25.4 | 26.15 | 83.07 | - |
| YUV | 117.41 | 194.92 | 58.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 144 | 236 | 0.92 | 0.39 | 0 | 0.07 | 205.56 | 0.85 | 0.5 |
| Hex | 14 | 90 | EC | 5C | 27 | 0 | 7 | CE | 55 | 32 |
| Octal | 24 | 220 | 354 | 134 | 47 | 0 | 7 | 316 | 125 | 62 |
| Binary | 10100 | 10010000 | 11101100 | 1011100 | 100111 | 0 | 111 | 11001110 | 1010101 | 110010 |
Color Harmonies of #1490EC
Complementary color
Monochromatic Colors of #1490EC
Black with #1490EC
Text Example
Text Example
White with #1490EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1490EC; }
p { color: rgb(20,144,236); }
H1.HeaderClassName
{
color: #1490EC;
}
.AnyTagClassName
{
color: #1490EC;
}
</style>
background-color css
<style>
a { background-color: #1490EC; }
a { background-color: rgb(20,144,236); }
div.DivClassName
{
background-color: #1490EC;
}
.BgClassName
{
background-color: #1490EC;
}
</style>
border-color css
<style>
span { border-color: #1490EC; }
span { border-color: rgb(20,144,236); }
td.TdClassName
{
border-color: #1490EC;
}
.TagClassName
{
border-color: #1490EC;
}
</style>