Shades of Dodger Blue #158DF8
Tints of Dodger Blue #158DF8
RGB
CMYK
RGB Variations
Color information
#158DF8 (or 0x158DF8) is known color: Dodger Blue. HEX triplet: 15, 8D and F8. RGB value is (21,141,248). Sum of RGB (Red+Green+Blue) = 21+141+248=410 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.12% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 248 (97.27% from 255 or 60.49% from 410); Max value from RGB is 248 - color contains mainly: blue. Hex color #158DF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #158DF8 is #EA7207. Grayscale: #747474. Windows color (decimal): -15364616 or 16289045. OLE color: 16289045.
HSL color Cylindrical-coordinate representation of color #158DF8: hue angle of 208.28º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #158DF8 is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 21 | 141 | 248 | - |
| CMYK | 0.92 | 0.43 | 0 | 0.03 |
| HSL | 208.28º | 0.94% | 0.53% | - |
| HSV(B) | 208.28º | 0.92% | 0.97% | - |
| XYZ | 26.78 | 25.99 | 92.41 | - |
| YUV | 117.32 | 201.74 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 141 | 248 | 0.92 | 0.43 | 0 | 0.03 | 208.28 | 0.94 | 0.53 |
| Hex | 15 | 8D | F8 | 5C | 2B | 0 | 3 | D0 | 5E | 35 |
| Octal | 25 | 215 | 370 | 134 | 53 | 0 | 3 | 320 | 136 | 65 |
| Binary | 10101 | 10001101 | 11111000 | 1011100 | 101011 | 0 | 11 | 11010000 | 1011110 | 110101 |
Color Harmonies of #158DF8
Complementary color
Monochromatic Colors of #158DF8
Black with #158DF8
Text Example
Text Example
White with #158DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158DF8; }
p { color: rgb(21,141,248); }
H1.HeaderClassName
{
color: #158DF8;
}
.AnyTagClassName
{
color: #158DF8;
}
</style>
background-color css
<style>
a { background-color: #158DF8; }
a { background-color: rgb(21,141,248); }
div.DivClassName
{
background-color: #158DF8;
}
.BgClassName
{
background-color: #158DF8;
}
</style>
border-color css
<style>
span { border-color: #158DF8; }
span { border-color: rgb(21,141,248); }
td.TdClassName
{
border-color: #158DF8;
}
.TagClassName
{
border-color: #158DF8;
}
</style>