Shades of Dodger Blue #158AFF
Tints of Dodger Blue #158AFF
RGB
CMYK
RGB Variations
Color information
#158AFF (or 0x158AFF) is known color: Dodger Blue. HEX triplet: 15, 8A and FF. RGB value is (21,138,255). Sum of RGB (Red+Green+Blue) = 21+138+255=414 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.07% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #158AFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #158AFF is #EA7500. Grayscale: #737373. Windows color (decimal): -15365377 or 16747029. OLE color: 16747029.
HSL color Cylindrical-coordinate representation of color #158AFF: hue angle of 210º 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 #158AFF is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 138 | 255 | - |
| CMYK | 0.92 | 0.46 | 0 | 0 |
| HSL | 210º | 1% | 0.54% | - |
| HSV(B) | 210º | 0.92% | 1% | - |
| XYZ | 27.45 | 25.56 | 98.09 | - |
| YUV | 116.36 | 206.24 | 59.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 138 | 255 | 0.92 | 0.46 | 0 | 0 | 210 | 1 | 0.54 |
| Hex | 15 | 8A | FF | 5C | 2E | 0 | 0 | D2 | 64 | 36 |
| Octal | 25 | 212 | 377 | 134 | 56 | 0 | 0 | 322 | 144 | 66 |
| Binary | 10101 | 10001010 | 11111111 | 1011100 | 101110 | 0 | 0 | 11010010 | 1100100 | 110110 |
Color Harmonies of #158AFF
Complementary color
Monochromatic Colors of #158AFF
Black with #158AFF
Text Example
Text Example
White with #158AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158AFF; }
p { color: rgb(21,138,255); }
H1.HeaderClassName
{
color: #158AFF;
}
.AnyTagClassName
{
color: #158AFF;
}
</style>
background-color css
<style>
a { background-color: #158AFF; }
a { background-color: rgb(21,138,255); }
div.DivClassName
{
background-color: #158AFF;
}
.BgClassName
{
background-color: #158AFF;
}
</style>
border-color css
<style>
span { border-color: #158AFF; }
span { border-color: rgb(21,138,255); }
td.TdClassName
{
border-color: #158AFF;
}
.TagClassName
{
border-color: #158AFF;
}
</style>