Shades of Dodger Blue #1591F6
Tints of Dodger Blue #1591F6
RGB
CMYK
RGB Variations
Color information
#1591F6 (or 0x1591F6) is known color: Dodger Blue. HEX triplet: 15, 91 and F6. RGB value is (21,145,246). Sum of RGB (Red+Green+Blue) = 21+145+246=412 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.10% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 246 (96.48% from 255 or 59.71% from 412); Max value from RGB is 246 - color contains mainly: blue. Hex color #1591F6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1591F6 is #EA6E09. Grayscale: #767676. Windows color (decimal): -15363594 or 16158997. OLE color: 16158997.
HSL color Cylindrical-coordinate representation of color #1591F6: hue angle of 206.93º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1591F6 is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 21 | 145 | 246 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.04 |
| HSL | 206.93º | 0.93% | 0.52% | - |
| HSV(B) | 206.93º | 0.91% | 0.96% | - |
| XYZ | 27.07 | 27.06 | 90.99 | - |
| YUV | 119.44 | 199.42 | 57.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 145 | 246 | 0.91 | 0.41 | 0 | 0.04 | 206.93 | 0.93 | 0.52 |
| Hex | 15 | 91 | F6 | 5B | 29 | 0 | 4 | CF | 5D | 34 |
| Octal | 25 | 221 | 366 | 133 | 51 | 0 | 4 | 317 | 135 | 64 |
| Binary | 10101 | 10010001 | 11110110 | 1011011 | 101001 | 0 | 100 | 11001111 | 1011101 | 110100 |
Color Harmonies of #1591F6
Complementary color
Monochromatic Colors of #1591F6
Black with #1591F6
Text Example
Text Example
White with #1591F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1591F6; }
p { color: rgb(21,145,246); }
H1.HeaderClassName
{
color: #1591F6;
}
.AnyTagClassName
{
color: #1591F6;
}
</style>
background-color css
<style>
a { background-color: #1591F6; }
a { background-color: rgb(21,145,246); }
div.DivClassName
{
background-color: #1591F6;
}
.BgClassName
{
background-color: #1591F6;
}
</style>
border-color css
<style>
span { border-color: #1591F6; }
span { border-color: rgb(21,145,246); }
td.TdClassName
{
border-color: #1591F6;
}
.TagClassName
{
border-color: #1591F6;
}
</style>