Shades of Dodger Blue #1590F2
Tints of Dodger Blue #1590F2
RGB
CMYK
RGB Variations
Color information
#1590F2 (or 0x1590F2) is known color: Dodger Blue. HEX triplet: 15, 90 and F2. RGB value is (21,144,242). Sum of RGB (Red+Green+Blue) = 21+144+242=407 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.16% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 242 (94.92% from 255 or 59.46% from 407); Max value from RGB is 242 - color contains mainly: blue. Hex color #1590F2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1590F2 is #EA6F0D. Grayscale: #757575. Windows color (decimal): -15363854 or 15896597. OLE color: 15896597.
HSL color Cylindrical-coordinate representation of color #1590F2: hue angle of 206.61º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1590F2 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 144 | 242 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.05 |
| HSL | 206.61º | 0.89% | 0.52% | - |
| HSV(B) | 206.61º | 0.91% | 0.95% | - |
| XYZ | 26.31 | 26.52 | 87.74 | - |
| YUV | 118.4 | 197.75 | 58.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 144 | 242 | 0.91 | 0.40 | 0 | 0.05 | 206.61 | 0.89 | 0.52 |
| Hex | 15 | 90 | F2 | 5B | 28 | 0 | 5 | CF | 59 | 34 |
| Octal | 25 | 220 | 362 | 133 | 50 | 0 | 5 | 317 | 131 | 64 |
| Binary | 10101 | 10010000 | 11110010 | 1011011 | 101000 | 0 | 101 | 11001111 | 1011001 | 110100 |
Color Harmonies of #1590F2
Complementary color
Monochromatic Colors of #1590F2
Black with #1590F2
Text Example
Text Example
White with #1590F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1590F2; }
p { color: rgb(21,144,242); }
H1.HeaderClassName
{
color: #1590F2;
}
.AnyTagClassName
{
color: #1590F2;
}
</style>
background-color css
<style>
a { background-color: #1590F2; }
a { background-color: rgb(21,144,242); }
div.DivClassName
{
background-color: #1590F2;
}
.BgClassName
{
background-color: #1590F2;
}
</style>
border-color css
<style>
span { border-color: #1590F2; }
span { border-color: rgb(21,144,242); }
td.TdClassName
{
border-color: #1590F2;
}
.TagClassName
{
border-color: #1590F2;
}
</style>