Shades of Dodger Blue #158BFC
Tints of Dodger Blue #158BFC
RGB
CMYK
RGB Variations
Color information
#158BFC (or 0x158BFC) is known color: Dodger Blue. HEX triplet: 15, 8B and FC. RGB value is (21,139,252). Sum of RGB (Red+Green+Blue) = 21+139+252=412 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.10% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 252 (98.83% from 255 or 61.17% from 412); Max value from RGB is 252 - color contains mainly: blue. Hex color #158BFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #158BFC is #EA7403. Grayscale: #747474. Windows color (decimal): -15365124 or 16550677. OLE color: 16550677.
HSL color Cylindrical-coordinate representation of color #158BFC: hue angle of 209.35º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #158BFC is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 139 | 252 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.01 |
| HSL | 209.35º | 0.97% | 0.54% | - |
| HSV(B) | 209.35º | 0.92% | 0.99% | - |
| XYZ | 27.11 | 25.65 | 95.62 | - |
| YUV | 116.6 | 204.41 | 59.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 139 | 252 | 0.92 | 0.45 | 0 | 0.01 | 209.35 | 0.97 | 0.54 |
| Hex | 15 | 8B | FC | 5C | 2D | 0 | 1 | D1 | 61 | 36 |
| Octal | 25 | 213 | 374 | 134 | 55 | 0 | 1 | 321 | 141 | 66 |
| Binary | 10101 | 10001011 | 11111100 | 1011100 | 101101 | 0 | 1 | 11010001 | 1100001 | 110110 |
Color Harmonies of #158BFC
Complementary color
Monochromatic Colors of #158BFC
Black with #158BFC
Text Example
Text Example
White with #158BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158BFC; }
p { color: rgb(21,139,252); }
H1.HeaderClassName
{
color: #158BFC;
}
.AnyTagClassName
{
color: #158BFC;
}
</style>
background-color css
<style>
a { background-color: #158BFC; }
a { background-color: rgb(21,139,252); }
div.DivClassName
{
background-color: #158BFC;
}
.BgClassName
{
background-color: #158BFC;
}
</style>
border-color css
<style>
span { border-color: #158BFC; }
span { border-color: rgb(21,139,252); }
td.TdClassName
{
border-color: #158BFC;
}
.TagClassName
{
border-color: #158BFC;
}
</style>