Shades of Dodger Blue #158BFB
Tints of Dodger Blue #158BFB
RGB
CMYK
RGB Variations
Color information
#158BFB (or 0x158BFB) is known color: Dodger Blue. HEX triplet: 15, 8B and FB. RGB value is (21,139,251). Sum of RGB (Red+Green+Blue) = 21+139+251=411 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.11% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #158BFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #158BFB is #EA7404. Grayscale: #737373. Windows color (decimal): -15365125 or 16485141. OLE color: 16485141.
HSL color Cylindrical-coordinate representation of color #158BFB: hue angle of 209.22º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #158BFB is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 139 | 251 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.02 |
| HSL | 209.22º | 0.97% | 0.53% | - |
| HSV(B) | 209.22º | 0.92% | 0.98% | - |
| XYZ | 26.95 | 25.59 | 94.79 | - |
| YUV | 116.49 | 203.91 | 59.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 139 | 251 | 0.92 | 0.45 | 0 | 0.02 | 209.22 | 0.97 | 0.53 |
| Hex | 15 | 8B | FB | 5C | 2D | 0 | 2 | D1 | 61 | 35 |
| Octal | 25 | 213 | 373 | 134 | 55 | 0 | 2 | 321 | 141 | 65 |
| Binary | 10101 | 10001011 | 11111011 | 1011100 | 101101 | 0 | 10 | 11010001 | 1100001 | 110101 |
Color Harmonies of #158BFB
Complementary color
Monochromatic Colors of #158BFB
Black with #158BFB
Text Example
Text Example
White with #158BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158BFB; }
p { color: rgb(21,139,251); }
H1.HeaderClassName
{
color: #158BFB;
}
.AnyTagClassName
{
color: #158BFB;
}
</style>
background-color css
<style>
a { background-color: #158BFB; }
a { background-color: rgb(21,139,251); }
div.DivClassName
{
background-color: #158BFB;
}
.BgClassName
{
background-color: #158BFB;
}
</style>
border-color css
<style>
span { border-color: #158BFB; }
span { border-color: rgb(21,139,251); }
td.TdClassName
{
border-color: #158BFB;
}
.TagClassName
{
border-color: #158BFB;
}
</style>