Shades of Dodger Blue #158CFF
Tints of Dodger Blue #158CFF
RGB
CMYK
RGB Variations
Color information
#158CFF (or 0x158CFF) is known color: Dodger Blue. HEX triplet: 15, 8C and FF. RGB value is (21,140,255). Sum of RGB (Red+Green+Blue) = 21+140+255=416 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.05% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #158CFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #158CFF is #EA7300. Grayscale: #747474. Windows color (decimal): -15364865 or 16747541. OLE color: 16747541.
HSL color Cylindrical-coordinate representation of color #158CFF: hue angle of 209.49º 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 #158CFF is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 140 | 255 | - |
| CMYK | 0.92 | 0.45 | 0 | 0 |
| HSL | 209.49º | 1% | 0.54% | - |
| HSV(B) | 209.49º | 0.92% | 1% | - |
| XYZ | 27.74 | 26.14 | 98.19 | - |
| YUV | 117.53 | 205.58 | 59.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 140 | 255 | 0.92 | 0.45 | 0 | 0 | 209.49 | 1 | 0.54 |
| Hex | 15 | 8C | FF | 5C | 2D | 0 | 0 | D1 | 64 | 36 |
| Octal | 25 | 214 | 377 | 134 | 55 | 0 | 0 | 321 | 144 | 66 |
| Binary | 10101 | 10001100 | 11111111 | 1011100 | 101101 | 0 | 0 | 11010001 | 1100100 | 110110 |
Color Harmonies of #158CFF
Complementary color
Monochromatic Colors of #158CFF
Black with #158CFF
Text Example
Text Example
White with #158CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158CFF; }
p { color: rgb(21,140,255); }
H1.HeaderClassName
{
color: #158CFF;
}
.AnyTagClassName
{
color: #158CFF;
}
</style>
background-color css
<style>
a { background-color: #158CFF; }
a { background-color: rgb(21,140,255); }
div.DivClassName
{
background-color: #158CFF;
}
.BgClassName
{
background-color: #158CFF;
}
</style>
border-color css
<style>
span { border-color: #158CFF; }
span { border-color: rgb(21,140,255); }
td.TdClassName
{
border-color: #158CFF;
}
.TagClassName
{
border-color: #158CFF;
}
</style>