Shades of Dodger Blue #158DF4
Tints of Dodger Blue #158DF4
RGB
CMYK
RGB Variations
Color information
#158DF4 (or 0x158DF4) is known color: Dodger Blue. HEX triplet: 15, 8D and F4. RGB value is (21,141,244). Sum of RGB (Red+Green+Blue) = 21+141+244=406 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.17% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 244 (95.70% from 255 or 60.10% from 406); Max value from RGB is 244 - color contains mainly: blue. Hex color #158DF4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #158DF4 is #EA720B. Grayscale: #747474. Windows color (decimal): -15364620 or 16026901. OLE color: 16026901.
HSL color Cylindrical-coordinate representation of color #158DF4: hue angle of 207.71º degrees, saturation: 0.91, 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 #158DF4 is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 21 | 141 | 244 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.04 |
| HSL | 207.71º | 0.91% | 0.52% | - |
| HSV(B) | 207.71º | 0.91% | 0.96% | - |
| XYZ | 26.16 | 25.74 | 89.18 | - |
| YUV | 116.86 | 199.74 | 59.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 141 | 244 | 0.91 | 0.42 | 0 | 0.04 | 207.71 | 0.91 | 0.52 |
| Hex | 15 | 8D | F4 | 5B | 2A | 0 | 4 | D0 | 5B | 34 |
| Octal | 25 | 215 | 364 | 133 | 52 | 0 | 4 | 320 | 133 | 64 |
| Binary | 10101 | 10001101 | 11110100 | 1011011 | 101010 | 0 | 100 | 11010000 | 1011011 | 110100 |
Color Harmonies of #158DF4
Complementary color
Monochromatic Colors of #158DF4
Black with #158DF4
Text Example
Text Example
White with #158DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158DF4; }
p { color: rgb(21,141,244); }
H1.HeaderClassName
{
color: #158DF4;
}
.AnyTagClassName
{
color: #158DF4;
}
</style>
background-color css
<style>
a { background-color: #158DF4; }
a { background-color: rgb(21,141,244); }
div.DivClassName
{
background-color: #158DF4;
}
.BgClassName
{
background-color: #158DF4;
}
</style>
border-color css
<style>
span { border-color: #158DF4; }
span { border-color: rgb(21,141,244); }
td.TdClassName
{
border-color: #158DF4;
}
.TagClassName
{
border-color: #158DF4;
}
</style>