Shades of Dodger Blue #1585F6
Tints of Dodger Blue #1585F6
RGB
CMYK
RGB Variations
Color information
#1585F6 (or 0x1585F6) is known color: Dodger Blue. HEX triplet: 15, 85 and F6. RGB value is (21,133,246). Sum of RGB (Red+Green+Blue) = 21+133+246=400 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.25% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 246 (96.48% from 255 or 61.5% from 400); Max value from RGB is 246 - color contains mainly: blue. Hex color #1585F6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1585F6 is #EA7A09. Grayscale: #6F6F6F. Windows color (decimal): -15366666 or 16155925. OLE color: 16155925.
HSL color Cylindrical-coordinate representation of color #1585F6: hue angle of 210.13º 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 #1585F6 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 21 | 133 | 246 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.04 |
| HSL | 210.13º | 0.93% | 0.52% | - |
| HSV(B) | 210.13º | 0.91% | 0.96% | - |
| XYZ | 25.33 | 23.59 | 90.41 | - |
| YUV | 112.39 | 203.39 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 133 | 246 | 0.91 | 0.46 | 0 | 0.04 | 210.13 | 0.93 | 0.52 |
| Hex | 15 | 85 | F6 | 5B | 2E | 0 | 4 | D2 | 5D | 34 |
| Octal | 25 | 205 | 366 | 133 | 56 | 0 | 4 | 322 | 135 | 64 |
| Binary | 10101 | 10000101 | 11110110 | 1011011 | 101110 | 0 | 100 | 11010010 | 1011101 | 110100 |
Color Harmonies of #1585F6
Complementary color
Monochromatic Colors of #1585F6
Black with #1585F6
Text Example
Text Example
White with #1585F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1585F6; }
p { color: rgb(21,133,246); }
H1.HeaderClassName
{
color: #1585F6;
}
.AnyTagClassName
{
color: #1585F6;
}
</style>
background-color css
<style>
a { background-color: #1585F6; }
a { background-color: rgb(21,133,246); }
div.DivClassName
{
background-color: #1585F6;
}
.BgClassName
{
background-color: #1585F6;
}
</style>
border-color css
<style>
span { border-color: #1585F6; }
span { border-color: rgb(21,133,246); }
td.TdClassName
{
border-color: #1585F6;
}
.TagClassName
{
border-color: #1585F6;
}
</style>