Shades of Dodger Blue #1588F7
Tints of Dodger Blue #1588F7
RGB
CMYK
RGB Variations
Color information
#1588F7 (or 0x1588F7) is known color: Dodger Blue. HEX triplet: 15, 88 and F7. RGB value is (21,136,247). Sum of RGB (Red+Green+Blue) = 21+136+247=404 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.20% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 247 (96.88% from 255 or 61.14% from 404); Max value from RGB is 247 - color contains mainly: blue. Hex color #1588F7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1588F7 is #EA7708. Grayscale: #717171. Windows color (decimal): -15365897 or 16222229. OLE color: 16222229.
HSL color Cylindrical-coordinate representation of color #1588F7: hue angle of 209.47º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1588F7 is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 21 | 136 | 247 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.03 |
| HSL | 209.47º | 0.93% | 0.53% | - |
| HSV(B) | 209.47º | 0.91% | 0.97% | - |
| XYZ | 25.9 | 24.48 | 91.36 | - |
| YUV | 114.27 | 202.9 | 61.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 136 | 247 | 0.91 | 0.45 | 0 | 0.03 | 209.47 | 0.93 | 0.53 |
| Hex | 15 | 88 | F7 | 5B | 2D | 0 | 3 | D1 | 5D | 35 |
| Octal | 25 | 210 | 367 | 133 | 55 | 0 | 3 | 321 | 135 | 65 |
| Binary | 10101 | 10001000 | 11110111 | 1011011 | 101101 | 0 | 11 | 11010001 | 1011101 | 110101 |
Color Harmonies of #1588F7
Complementary color
Monochromatic Colors of #1588F7
Black with #1588F7
Text Example
Text Example
White with #1588F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1588F7; }
p { color: rgb(21,136,247); }
H1.HeaderClassName
{
color: #1588F7;
}
.AnyTagClassName
{
color: #1588F7;
}
</style>
background-color css
<style>
a { background-color: #1588F7; }
a { background-color: rgb(21,136,247); }
div.DivClassName
{
background-color: #1588F7;
}
.BgClassName
{
background-color: #1588F7;
}
</style>
border-color css
<style>
span { border-color: #1588F7; }
span { border-color: rgb(21,136,247); }
td.TdClassName
{
border-color: #1588F7;
}
.TagClassName
{
border-color: #1588F7;
}
</style>