Shades of Dodger Blue #158BEF
Tints of Dodger Blue #158BEF
RGB
CMYK
RGB Variations
Color information
#158BEF (or 0x158BEF) is known color: Dodger Blue. HEX triplet: 15, 8B and EF. RGB value is (21,139,239). Sum of RGB (Red+Green+Blue) = 21+139+239=399 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.26% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 239 (93.75% from 255 or 59.90% from 399); Max value from RGB is 239 - color contains mainly: blue. Hex color #158BEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #158BEF is #EA7410. Grayscale: #727272. Windows color (decimal): -15365137 or 15698709. OLE color: 15698709.
HSL color Cylindrical-coordinate representation of color #158BEF: hue angle of 207.52º degrees, saturation: 0.87, 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 #158BEF is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 139 | 239 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.06 |
| HSL | 207.52º | 0.87% | 0.51% | - |
| HSV(B) | 207.52º | 0.91% | 0.94% | - |
| XYZ | 25.12 | 24.86 | 85.14 | - |
| YUV | 115.12 | 197.91 | 60.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 139 | 239 | 0.91 | 0.42 | 0 | 0.06 | 207.52 | 0.87 | 0.51 |
| Hex | 15 | 8B | EF | 5B | 2A | 0 | 6 | D0 | 57 | 33 |
| Octal | 25 | 213 | 357 | 133 | 52 | 0 | 6 | 320 | 127 | 63 |
| Binary | 10101 | 10001011 | 11101111 | 1011011 | 101010 | 0 | 110 | 11010000 | 1010111 | 110011 |
Color Harmonies of #158BEF
Complementary color
Monochromatic Colors of #158BEF
Black with #158BEF
Text Example
Text Example
White with #158BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158BEF; }
p { color: rgb(21,139,239); }
H1.HeaderClassName
{
color: #158BEF;
}
.AnyTagClassName
{
color: #158BEF;
}
</style>
background-color css
<style>
a { background-color: #158BEF; }
a { background-color: rgb(21,139,239); }
div.DivClassName
{
background-color: #158BEF;
}
.BgClassName
{
background-color: #158BEF;
}
</style>
border-color css
<style>
span { border-color: #158BEF; }
span { border-color: rgb(21,139,239); }
td.TdClassName
{
border-color: #158BEF;
}
.TagClassName
{
border-color: #158BEF;
}
</style>