Shades of Dodger Blue #1495EC
Tints of Dodger Blue #1495EC
RGB
CMYK
RGB Variations
Color information
#1495EC (or 0x1495EC) is known color: Dodger Blue. HEX triplet: 14, 95 and EC. RGB value is (20,149,236). Sum of RGB (Red+Green+Blue) = 20+149+236=405 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.94% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 236 (92.58% from 255 or 58.27% from 405); Max value from RGB is 236 - color contains mainly: blue. Hex color #1495EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1495EC is #EB6A13. Grayscale: #777777. Windows color (decimal): -15428116 or 15504660. OLE color: 15504660.
HSL color Cylindrical-coordinate representation of color #1495EC: hue angle of 204.17º 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 #1495EC is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 149 | 236 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.07 |
| HSL | 204.17º | 0.85% | 0.5% | - |
| HSV(B) | 204.17º | 0.92% | 0.93% | - |
| XYZ | 26.18 | 27.7 | 83.32 | - |
| YUV | 120.35 | 193.26 | 56.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 149 | 236 | 0.92 | 0.37 | 0 | 0.07 | 204.17 | 0.85 | 0.5 |
| Hex | 14 | 95 | EC | 5C | 25 | 0 | 7 | CC | 55 | 32 |
| Octal | 24 | 225 | 354 | 134 | 45 | 0 | 7 | 314 | 125 | 62 |
| Binary | 10100 | 10010101 | 11101100 | 1011100 | 100101 | 0 | 111 | 11001100 | 1010101 | 110010 |
Color Harmonies of #1495EC
Complementary color
Monochromatic Colors of #1495EC
Black with #1495EC
Text Example
Text Example
White with #1495EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1495EC; }
p { color: rgb(20,149,236); }
H1.HeaderClassName
{
color: #1495EC;
}
.AnyTagClassName
{
color: #1495EC;
}
</style>
background-color css
<style>
a { background-color: #1495EC; }
a { background-color: rgb(20,149,236); }
div.DivClassName
{
background-color: #1495EC;
}
.BgClassName
{
background-color: #1495EC;
}
</style>
border-color css
<style>
span { border-color: #1495EC; }
span { border-color: rgb(20,149,236); }
td.TdClassName
{
border-color: #1495EC;
}
.TagClassName
{
border-color: #1495EC;
}
</style>