Shades of Dodger Blue #1586F1
Tints of Dodger Blue #1586F1
RGB
CMYK
RGB Variations
Color information
#1586F1 (or 0x1586F1) is known color: Dodger Blue. HEX triplet: 15, 86 and F1. RGB value is (21,134,241). Sum of RGB (Red+Green+Blue) = 21+134+241=396 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.30% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 241 (94.53% from 255 or 60.86% from 396); Max value from RGB is 241 - color contains mainly: blue. Hex color #1586F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1586F1 is #EA790E. Grayscale: #6F6F6F. Windows color (decimal): -15366415 or 15828501. OLE color: 15828501.
HSL color Cylindrical-coordinate representation of color #1586F1: hue angle of 209.18º 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 #1586F1 is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 134 | 241 | - |
| CMYK | 0.91 | 0.44 | 0 | 0.05 |
| HSL | 209.18º | 0.89% | 0.51% | - |
| HSV(B) | 209.18º | 0.91% | 0.95% | - |
| XYZ | 24.71 | 23.56 | 86.46 | - |
| YUV | 112.41 | 200.56 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 134 | 241 | 0.91 | 0.44 | 0 | 0.05 | 209.18 | 0.89 | 0.51 |
| Hex | 15 | 86 | F1 | 5B | 2C | 0 | 5 | D1 | 59 | 33 |
| Octal | 25 | 206 | 361 | 133 | 54 | 0 | 5 | 321 | 131 | 63 |
| Binary | 10101 | 10000110 | 11110001 | 1011011 | 101100 | 0 | 101 | 11010001 | 1011001 | 110011 |
Color Harmonies of #1586F1
Complementary color
Monochromatic Colors of #1586F1
Black with #1586F1
Text Example
Text Example
White with #1586F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1586F1; }
p { color: rgb(21,134,241); }
H1.HeaderClassName
{
color: #1586F1;
}
.AnyTagClassName
{
color: #1586F1;
}
</style>
background-color css
<style>
a { background-color: #1586F1; }
a { background-color: rgb(21,134,241); }
div.DivClassName
{
background-color: #1586F1;
}
.BgClassName
{
background-color: #1586F1;
}
</style>
border-color css
<style>
span { border-color: #1586F1; }
span { border-color: rgb(21,134,241); }
td.TdClassName
{
border-color: #1586F1;
}
.TagClassName
{
border-color: #1586F1;
}
</style>