Shades of Dodger Blue #1590EB
Tints of Dodger Blue #1590EB
RGB
CMYK
RGB Variations
Color information
#1590EB (or 0x1590EB) is known color: Dodger Blue. HEX triplet: 15, 90 and EB. RGB value is (21,144,235). Sum of RGB (Red+Green+Blue) = 21+144+235=400 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.25% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 235 (92.19% from 255 or 58.75% from 400); Max value from RGB is 235 - color contains mainly: blue. Hex color #1590EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1590EB is #EA6F14. Grayscale: #757575. Windows color (decimal): -15363861 or 15437845. OLE color: 15437845.
HSL color Cylindrical-coordinate representation of color #1590EB: hue angle of 205.51º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1590EB is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 144 | 235 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.08 |
| HSL | 205.51º | 0.84% | 0.5% | - |
| HSV(B) | 205.51º | 0.91% | 0.92% | - |
| XYZ | 25.28 | 26.1 | 82.3 | - |
| YUV | 117.6 | 194.25 | 59.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 144 | 235 | 0.91 | 0.39 | 0 | 0.08 | 205.51 | 0.84 | 0.5 |
| Hex | 15 | 90 | EB | 5B | 27 | 0 | 8 | CE | 54 | 32 |
| Octal | 25 | 220 | 353 | 133 | 47 | 0 | 10 | 316 | 124 | 62 |
| Binary | 10101 | 10010000 | 11101011 | 1011011 | 100111 | 0 | 1000 | 11001110 | 1010100 | 110010 |
Color Harmonies of #1590EB
Complementary color
Monochromatic Colors of #1590EB
Black with #1590EB
Text Example
Text Example
White with #1590EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1590EB; }
p { color: rgb(21,144,235); }
H1.HeaderClassName
{
color: #1590EB;
}
.AnyTagClassName
{
color: #1590EB;
}
</style>
background-color css
<style>
a { background-color: #1590EB; }
a { background-color: rgb(21,144,235); }
div.DivClassName
{
background-color: #1590EB;
}
.BgClassName
{
background-color: #1590EB;
}
</style>
border-color css
<style>
span { border-color: #1590EB; }
span { border-color: rgb(21,144,235); }
td.TdClassName
{
border-color: #1590EB;
}
.TagClassName
{
border-color: #1590EB;
}
</style>