Shades of Dodger Blue #1590EF
Tints of Dodger Blue #1590EF
RGB
CMYK
RGB Variations
Color information
#1590EF (or 0x1590EF) is known color: Dodger Blue. HEX triplet: 15, 90 and EF. RGB value is (21,144,239). Sum of RGB (Red+Green+Blue) = 21+144+239=404 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.20% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #1590EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1590EF is #EA6F10. Grayscale: #757575. Windows color (decimal): -15363857 or 15699989. OLE color: 15699989.
HSL color Cylindrical-coordinate representation of color #1590EF: hue angle of 206.15º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1590EF is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 144 | 239 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.06 |
| HSL | 206.15º | 0.87% | 0.51% | - |
| HSV(B) | 206.15º | 0.91% | 0.94% | - |
| XYZ | 25.86 | 26.34 | 85.38 | - |
| YUV | 118.05 | 196.25 | 58.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 144 | 239 | 0.91 | 0.40 | 0 | 0.06 | 206.15 | 0.87 | 0.51 |
| Hex | 15 | 90 | EF | 5B | 28 | 0 | 6 | CE | 57 | 33 |
| Octal | 25 | 220 | 357 | 133 | 50 | 0 | 6 | 316 | 127 | 63 |
| Binary | 10101 | 10010000 | 11101111 | 1011011 | 101000 | 0 | 110 | 11001110 | 1010111 | 110011 |
Color Harmonies of #1590EF
Complementary color
Monochromatic Colors of #1590EF
Black with #1590EF
Text Example
Text Example
White with #1590EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1590EF; }
p { color: rgb(21,144,239); }
H1.HeaderClassName
{
color: #1590EF;
}
.AnyTagClassName
{
color: #1590EF;
}
</style>
background-color css
<style>
a { background-color: #1590EF; }
a { background-color: rgb(21,144,239); }
div.DivClassName
{
background-color: #1590EF;
}
.BgClassName
{
background-color: #1590EF;
}
</style>
border-color css
<style>
span { border-color: #1590EF; }
span { border-color: rgb(21,144,239); }
td.TdClassName
{
border-color: #1590EF;
}
.TagClassName
{
border-color: #1590EF;
}
</style>