Shades of Dodger Blue #158BFA
Tints of Dodger Blue #158BFA
RGB
CMYK
RGB Variations
Color information
#158BFA (or 0x158BFA) is known color: Dodger Blue. HEX triplet: 15, 8B and FA. RGB value is (21,139,250). Sum of RGB (Red+Green+Blue) = 21+139+250=410 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.12% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #158BFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #158BFA is #EA7405. Grayscale: #737373. Windows color (decimal): -15365126 or 16419605. OLE color: 16419605.
HSL color Cylindrical-coordinate representation of color #158BFA: hue angle of 209.08º degrees, saturation: 0.96, 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 #158BFA is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 139 | 250 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.02 |
| HSL | 209.08º | 0.96% | 0.53% | - |
| HSV(B) | 209.08º | 0.92% | 0.98% | - |
| XYZ | 26.8 | 25.53 | 93.96 | - |
| YUV | 116.37 | 203.41 | 59.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 139 | 250 | 0.92 | 0.44 | 0 | 0.02 | 209.08 | 0.96 | 0.53 |
| Hex | 15 | 8B | FA | 5C | 2C | 0 | 2 | D1 | 60 | 35 |
| Octal | 25 | 213 | 372 | 134 | 54 | 0 | 2 | 321 | 140 | 65 |
| Binary | 10101 | 10001011 | 11111010 | 1011100 | 101100 | 0 | 10 | 11010001 | 1100000 | 110101 |
Color Harmonies of #158BFA
Complementary color
Monochromatic Colors of #158BFA
Black with #158BFA
Text Example
Text Example
White with #158BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158BFA; }
p { color: rgb(21,139,250); }
H1.HeaderClassName
{
color: #158BFA;
}
.AnyTagClassName
{
color: #158BFA;
}
</style>
background-color css
<style>
a { background-color: #158BFA; }
a { background-color: rgb(21,139,250); }
div.DivClassName
{
background-color: #158BFA;
}
.BgClassName
{
background-color: #158BFA;
}
</style>
border-color css
<style>
span { border-color: #158BFA; }
span { border-color: rgb(21,139,250); }
td.TdClassName
{
border-color: #158BFA;
}
.TagClassName
{
border-color: #158BFA;
}
</style>