Shades of Dodger Blue #1591FE
Tints of Dodger Blue #1591FE
RGB
CMYK
RGB Variations
Color information
#1591FE (or 0x1591FE) is known color: Dodger Blue. HEX triplet: 15, 91 and FE. RGB value is (21,145,254). Sum of RGB (Red+Green+Blue) = 21+145+254=420 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #1591FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1591FE is #EA6E01. Grayscale: #777777. Windows color (decimal): -15363586 or 16683285. OLE color: 16683285.
HSL color Cylindrical-coordinate representation of color #1591FE: hue angle of 208.07º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1591FE is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 145 | 254 | - |
| CMYK | 0.92 | 0.43 | 0 | 0.00 |
| HSL | 208.07º | 0.99% | 0.54% | - |
| HSV(B) | 208.07º | 0.92% | 1% | - |
| XYZ | 28.32 | 27.57 | 97.59 | - |
| YUV | 120.35 | 203.42 | 57.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 145 | 254 | 0.92 | 0.43 | 0 | 0.00 | 208.07 | 0.99 | 0.54 |
| Hex | 15 | 91 | FE | 5C | 2B | 0 | 0 | D0 | 63 | 36 |
| Octal | 25 | 221 | 376 | 134 | 53 | 0 | 0 | 320 | 143 | 66 |
| Binary | 10101 | 10010001 | 11111110 | 1011100 | 101011 | 0 | 0 | 11010000 | 1100011 | 110110 |
Color Harmonies of #1591FE
Complementary color
Monochromatic Colors of #1591FE
Black with #1591FE
Text Example
Text Example
White with #1591FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1591FE; }
p { color: rgb(21,145,254); }
H1.HeaderClassName
{
color: #1591FE;
}
.AnyTagClassName
{
color: #1591FE;
}
</style>
background-color css
<style>
a { background-color: #1591FE; }
a { background-color: rgb(21,145,254); }
div.DivClassName
{
background-color: #1591FE;
}
.BgClassName
{
background-color: #1591FE;
}
</style>
border-color css
<style>
span { border-color: #1591FE; }
span { border-color: rgb(21,145,254); }
td.TdClassName
{
border-color: #1591FE;
}
.TagClassName
{
border-color: #1591FE;
}
</style>