Shades of Dodger Blue #158FF0
Tints of Dodger Blue #158FF0
RGB
CMYK
RGB Variations
Color information
#158FF0 (or 0x158FF0) is known color: Dodger Blue. HEX triplet: 15, 8F and F0. RGB value is (21,143,240). Sum of RGB (Red+Green+Blue) = 21+143+240=404 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.20% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 240 (94.14% from 255 or 59.41% from 404); Max value from RGB is 240 - color contains mainly: blue. Hex color #158FF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #158FF0 is #EA700F. Grayscale: #757575. Windows color (decimal): -15364112 or 15765269. OLE color: 15765269.
HSL color Cylindrical-coordinate representation of color #158FF0: hue angle of 206.58º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #158FF0 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 143 | 240 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.06 |
| HSL | 206.58º | 0.88% | 0.51% | - |
| HSV(B) | 206.58º | 0.91% | 0.94% | - |
| XYZ | 25.86 | 26.1 | 86.11 | - |
| YUV | 117.58 | 197.08 | 59.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 143 | 240 | 0.91 | 0.40 | 0 | 0.06 | 206.58 | 0.88 | 0.51 |
| Hex | 15 | 8F | F0 | 5B | 28 | 0 | 6 | CF | 58 | 33 |
| Octal | 25 | 217 | 360 | 133 | 50 | 0 | 6 | 317 | 130 | 63 |
| Binary | 10101 | 10001111 | 11110000 | 1011011 | 101000 | 0 | 110 | 11001111 | 1011000 | 110011 |
Color Harmonies of #158FF0
Complementary color
Monochromatic Colors of #158FF0
Black with #158FF0
Text Example
Text Example
White with #158FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158FF0; }
p { color: rgb(21,143,240); }
H1.HeaderClassName
{
color: #158FF0;
}
.AnyTagClassName
{
color: #158FF0;
}
</style>
background-color css
<style>
a { background-color: #158FF0; }
a { background-color: rgb(21,143,240); }
div.DivClassName
{
background-color: #158FF0;
}
.BgClassName
{
background-color: #158FF0;
}
</style>
border-color css
<style>
span { border-color: #158FF0; }
span { border-color: rgb(21,143,240); }
td.TdClassName
{
border-color: #158FF0;
}
.TagClassName
{
border-color: #158FF0;
}
</style>