Shades of Dodger Blue #158CFE
Tints of Dodger Blue #158CFE
RGB
CMYK
RGB Variations
Color information
#158CFE (or 0x158CFE) is known color: Dodger Blue. HEX triplet: 15, 8C and FE. RGB value is (21,140,254). Sum of RGB (Red+Green+Blue) = 21+140+254=415 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.06% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #158CFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #158CFE is #EA7301. Grayscale: #747474. Windows color (decimal): -15364866 or 16682005. OLE color: 16682005.
HSL color Cylindrical-coordinate representation of color #158CFE: hue angle of 209.36º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #158CFE is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 140 | 254 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.00 |
| HSL | 209.36º | 0.99% | 0.54% | - |
| HSV(B) | 209.36º | 0.92% | 1% | - |
| XYZ | 27.58 | 26.07 | 97.34 | - |
| YUV | 117.42 | 205.08 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 140 | 254 | 0.92 | 0.45 | 0 | 0.00 | 209.36 | 0.99 | 0.54 |
| Hex | 15 | 8C | FE | 5C | 2D | 0 | 0 | D1 | 63 | 36 |
| Octal | 25 | 214 | 376 | 134 | 55 | 0 | 0 | 321 | 143 | 66 |
| Binary | 10101 | 10001100 | 11111110 | 1011100 | 101101 | 0 | 0 | 11010001 | 1100011 | 110110 |
Color Harmonies of #158CFE
Complementary color
Monochromatic Colors of #158CFE
Black with #158CFE
Text Example
Text Example
White with #158CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158CFE; }
p { color: rgb(21,140,254); }
H1.HeaderClassName
{
color: #158CFE;
}
.AnyTagClassName
{
color: #158CFE;
}
</style>
background-color css
<style>
a { background-color: #158CFE; }
a { background-color: rgb(21,140,254); }
div.DivClassName
{
background-color: #158CFE;
}
.BgClassName
{
background-color: #158CFE;
}
</style>
border-color css
<style>
span { border-color: #158CFE; }
span { border-color: rgb(21,140,254); }
td.TdClassName
{
border-color: #158CFE;
}
.TagClassName
{
border-color: #158CFE;
}
</style>