Shades of Dodger Blue #1590FF
Tints of Dodger Blue #1590FF
RGB
CMYK
RGB Variations
Color information
#1590FF (or 0x1590FF) is known color: Dodger Blue. HEX triplet: 15, 90 and FF. RGB value is (21,144,255). Sum of RGB (Red+Green+Blue) = 21+144+255=420 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #1590FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1590FF is #EA6F00. Grayscale: #777777. Windows color (decimal): -15363841 or 16748565. OLE color: 16748565.
HSL color Cylindrical-coordinate representation of color #1590FF: hue angle of 208.46º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1590FF is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 144 | 255 | - |
| CMYK | 0.92 | 0.44 | 0 | 0 |
| HSL | 208.46º | 1% | 0.54% | - |
| HSV(B) | 208.46º | 0.92% | 1% | - |
| XYZ | 28.33 | 27.33 | 98.39 | - |
| YUV | 119.88 | 204.25 | 57.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 144 | 255 | 0.92 | 0.44 | 0 | 0 | 208.46 | 1 | 0.54 |
| Hex | 15 | 90 | FF | 5C | 2C | 0 | 0 | D0 | 64 | 36 |
| Octal | 25 | 220 | 377 | 134 | 54 | 0 | 0 | 320 | 144 | 66 |
| Binary | 10101 | 10010000 | 11111111 | 1011100 | 101100 | 0 | 0 | 11010000 | 1100100 | 110110 |
Color Harmonies of #1590FF
Complementary color
Monochromatic Colors of #1590FF
Black with #1590FF
Text Example
Text Example
White with #1590FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1590FF; }
p { color: rgb(21,144,255); }
H1.HeaderClassName
{
color: #1590FF;
}
.AnyTagClassName
{
color: #1590FF;
}
</style>
background-color css
<style>
a { background-color: #1590FF; }
a { background-color: rgb(21,144,255); }
div.DivClassName
{
background-color: #1590FF;
}
.BgClassName
{
background-color: #1590FF;
}
</style>
border-color css
<style>
span { border-color: #1590FF; }
span { border-color: rgb(21,144,255); }
td.TdClassName
{
border-color: #1590FF;
}
.TagClassName
{
border-color: #1590FF;
}
</style>