Shades of Dodger Blue #158DF6
Tints of Dodger Blue #158DF6
RGB
CMYK
RGB Variations
Color information
#158DF6 (or 0x158DF6) is known color: Dodger Blue. HEX triplet: 15, 8D and F6. RGB value is (21,141,246). Sum of RGB (Red+Green+Blue) = 21+141+246=408 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.15% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 246 (96.48% from 255 or 60.29% from 408); Max value from RGB is 246 - color contains mainly: blue. Hex color #158DF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #158DF6 is #EA7209. Grayscale: #747474. Windows color (decimal): -15364618 or 16157973. OLE color: 16157973.
HSL color Cylindrical-coordinate representation of color #158DF6: hue angle of 208º 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 #158DF6 is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 21 | 141 | 246 | - |
| CMYK | 0.91 | 0.43 | 0 | 0.04 |
| HSL | 208º | 0.93% | 0.52% | - |
| HSV(B) | 208º | 0.91% | 0.96% | - |
| XYZ | 26.47 | 25.86 | 90.79 | - |
| YUV | 117.09 | 200.74 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 141 | 246 | 0.91 | 0.43 | 0 | 0.04 | 208 | 0.93 | 0.52 |
| Hex | 15 | 8D | F6 | 5B | 2B | 0 | 4 | D0 | 5D | 34 |
| Octal | 25 | 215 | 366 | 133 | 53 | 0 | 4 | 320 | 135 | 64 |
| Binary | 10101 | 10001101 | 11110110 | 1011011 | 101011 | 0 | 100 | 11010000 | 1011101 | 110100 |
Color Harmonies of #158DF6
Complementary color
Monochromatic Colors of #158DF6
Black with #158DF6
Text Example
Text Example
White with #158DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158DF6; }
p { color: rgb(21,141,246); }
H1.HeaderClassName
{
color: #158DF6;
}
.AnyTagClassName
{
color: #158DF6;
}
</style>
background-color css
<style>
a { background-color: #158DF6; }
a { background-color: rgb(21,141,246); }
div.DivClassName
{
background-color: #158DF6;
}
.BgClassName
{
background-color: #158DF6;
}
</style>
border-color css
<style>
span { border-color: #158DF6; }
span { border-color: rgb(21,141,246); }
td.TdClassName
{
border-color: #158DF6;
}
.TagClassName
{
border-color: #158DF6;
}
</style>