Shades of Dodger Blue #1588F1
Tints of Dodger Blue #1588F1
RGB
CMYK
RGB Variations
Color information
#1588F1 (or 0x1588F1) is known color: Dodger Blue. HEX triplet: 15, 88 and F1. RGB value is (21,136,241). Sum of RGB (Red+Green+Blue) = 21+136+241=398 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.28% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 241 (94.53% from 255 or 60.55% from 398); Max value from RGB is 241 - color contains mainly: blue. Hex color #1588F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1588F1 is #EA770E. Grayscale: #717171. Windows color (decimal): -15365903 or 15829013. OLE color: 15829013.
HSL color Cylindrical-coordinate representation of color #1588F1: hue angle of 208.64º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1588F1 is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 136 | 241 | - |
| CMYK | 0.91 | 0.44 | 0 | 0.05 |
| HSL | 208.64º | 0.89% | 0.51% | - |
| HSV(B) | 208.64º | 0.91% | 0.95% | - |
| XYZ | 24.99 | 24.12 | 86.56 | - |
| YUV | 113.59 | 199.9 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 136 | 241 | 0.91 | 0.44 | 0 | 0.05 | 208.64 | 0.89 | 0.51 |
| Hex | 15 | 88 | F1 | 5B | 2C | 0 | 5 | D1 | 59 | 33 |
| Octal | 25 | 210 | 361 | 133 | 54 | 0 | 5 | 321 | 131 | 63 |
| Binary | 10101 | 10001000 | 11110001 | 1011011 | 101100 | 0 | 101 | 11010001 | 1011001 | 110011 |
Color Harmonies of #1588F1
Complementary color
Monochromatic Colors of #1588F1
Black with #1588F1
Text Example
Text Example
White with #1588F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1588F1; }
p { color: rgb(21,136,241); }
H1.HeaderClassName
{
color: #1588F1;
}
.AnyTagClassName
{
color: #1588F1;
}
</style>
background-color css
<style>
a { background-color: #1588F1; }
a { background-color: rgb(21,136,241); }
div.DivClassName
{
background-color: #1588F1;
}
.BgClassName
{
background-color: #1588F1;
}
</style>
border-color css
<style>
span { border-color: #1588F1; }
span { border-color: rgb(21,136,241); }
td.TdClassName
{
border-color: #1588F1;
}
.TagClassName
{
border-color: #1588F1;
}
</style>