Shades of Dodger Blue #158BFF
Tints of Dodger Blue #158BFF
RGB
CMYK
RGB Variations
Color information
#158BFF (or 0x158BFF) is known color: Dodger Blue. HEX triplet: 15, 8B and FF. RGB value is (21,139,255). Sum of RGB (Red+Green+Blue) = 21+139+255=415 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.06% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #158BFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #158BFF is #EA7400. Grayscale: #747474. Windows color (decimal): -15365121 or 16747285. OLE color: 16747285.
HSL color Cylindrical-coordinate representation of color #158BFF: hue angle of 209.74º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #158BFF is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 139 | 255 | - |
| CMYK | 0.92 | 0.45 | 0 | 0 |
| HSL | 209.74º | 1% | 0.54% | - |
| HSV(B) | 209.74º | 0.92% | 1% | - |
| XYZ | 27.59 | 25.84 | 98.14 | - |
| YUV | 116.94 | 205.91 | 59.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 139 | 255 | 0.92 | 0.45 | 0 | 0 | 209.74 | 1 | 0.54 |
| Hex | 15 | 8B | FF | 5C | 2D | 0 | 0 | D2 | 64 | 36 |
| Octal | 25 | 213 | 377 | 134 | 55 | 0 | 0 | 322 | 144 | 66 |
| Binary | 10101 | 10001011 | 11111111 | 1011100 | 101101 | 0 | 0 | 11010010 | 1100100 | 110110 |
Color Harmonies of #158BFF
Complementary color
Monochromatic Colors of #158BFF
Black with #158BFF
Text Example
Text Example
White with #158BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158BFF; }
p { color: rgb(21,139,255); }
H1.HeaderClassName
{
color: #158BFF;
}
.AnyTagClassName
{
color: #158BFF;
}
</style>
background-color css
<style>
a { background-color: #158BFF; }
a { background-color: rgb(21,139,255); }
div.DivClassName
{
background-color: #158BFF;
}
.BgClassName
{
background-color: #158BFF;
}
</style>
border-color css
<style>
span { border-color: #158BFF; }
span { border-color: rgb(21,139,255); }
td.TdClassName
{
border-color: #158BFF;
}
.TagClassName
{
border-color: #158BFF;
}
</style>