Shades of Dodger Blue #1490ED
Tints of Dodger Blue #1490ED
RGB
CMYK
RGB Variations
Color information
#1490ED (or 0x1490ED) is known color: Dodger Blue. HEX triplet: 14, 90 and ED. RGB value is (20,144,237). Sum of RGB (Red+Green+Blue) = 20+144+237=401 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.99% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 237 (92.97% from 255 or 59.10% from 401); Max value from RGB is 237 - color contains mainly: blue. Hex color #1490ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1490ED is #EB6F12. Grayscale: #757575. Windows color (decimal): -15429395 or 15568916. OLE color: 15568916.
HSL color Cylindrical-coordinate representation of color #1490ED: hue angle of 205.71º degrees, saturation: 0.86, 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 #1490ED is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 144 | 237 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.07 |
| HSL | 205.71º | 0.86% | 0.5% | - |
| HSV(B) | 205.71º | 0.92% | 0.93% | - |
| XYZ | 25.55 | 26.21 | 83.83 | - |
| YUV | 117.53 | 195.42 | 58.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 144 | 237 | 0.92 | 0.39 | 0 | 0.07 | 205.71 | 0.86 | 0.5 |
| Hex | 14 | 90 | ED | 5C | 27 | 0 | 7 | CE | 56 | 32 |
| Octal | 24 | 220 | 355 | 134 | 47 | 0 | 7 | 316 | 126 | 62 |
| Binary | 10100 | 10010000 | 11101101 | 1011100 | 100111 | 0 | 111 | 11001110 | 1010110 | 110010 |
Color Harmonies of #1490ED
Complementary color
Monochromatic Colors of #1490ED
Black with #1490ED
Text Example
Text Example
White with #1490ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1490ED; }
p { color: rgb(20,144,237); }
H1.HeaderClassName
{
color: #1490ED;
}
.AnyTagClassName
{
color: #1490ED;
}
</style>
background-color css
<style>
a { background-color: #1490ED; }
a { background-color: rgb(20,144,237); }
div.DivClassName
{
background-color: #1490ED;
}
.BgClassName
{
background-color: #1490ED;
}
</style>
border-color css
<style>
span { border-color: #1490ED; }
span { border-color: rgb(20,144,237); }
td.TdClassName
{
border-color: #1490ED;
}
.TagClassName
{
border-color: #1490ED;
}
</style>