Shades of Dodger Blue #1590DC
Tints of Dodger Blue #1590DC
RGB
CMYK
RGB Variations
Color information
#1590DC (or 0x1590DC) is known color: Dodger Blue. HEX triplet: 15, 90 and DC. RGB value is (21,144,220). Sum of RGB (Red+Green+Blue) = 21+144+220=385 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.45% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #1590DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1590DC is #EA6F23. Grayscale: #737373. Windows color (decimal): -15363876 or 14454805. OLE color: 14454805.
HSL color Cylindrical-coordinate representation of color #1590DC: hue angle of 202.91º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1590DC is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 144 | 220 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.14 |
| HSL | 202.91º | 0.83% | 0.47% | - |
| HSV(B) | 202.91º | 0.9% | 0.86% | - |
| XYZ | 23.2 | 25.27 | 71.37 | - |
| YUV | 115.89 | 186.75 | 60.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 144 | 220 | 0.90 | 0.35 | 0 | 0.14 | 202.91 | 0.83 | 0.47 |
| Hex | 15 | 90 | DC | 5A | 23 | 0 | E | CB | 53 | 2F |
| Octal | 25 | 220 | 334 | 132 | 43 | 0 | 16 | 313 | 123 | 57 |
| Binary | 10101 | 10010000 | 11011100 | 1011010 | 100011 | 0 | 1110 | 11001011 | 1010011 | 101111 |
Color Harmonies of #1590DC
Complementary color
Monochromatic Colors of #1590DC
Black with #1590DC
Text Example
Text Example
White with #1590DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1590DC; }
p { color: rgb(21,144,220); }
H1.HeaderClassName
{
color: #1590DC;
}
.AnyTagClassName
{
color: #1590DC;
}
</style>
background-color css
<style>
a { background-color: #1590DC; }
a { background-color: rgb(21,144,220); }
div.DivClassName
{
background-color: #1590DC;
}
.BgClassName
{
background-color: #1590DC;
}
</style>
border-color css
<style>
span { border-color: #1590DC; }
span { border-color: rgb(21,144,220); }
td.TdClassName
{
border-color: #1590DC;
}
.TagClassName
{
border-color: #1590DC;
}
</style>