Shades of Dodger Blue #158FFE
Tints of Dodger Blue #158FFE
RGB
CMYK
RGB Variations
Color information
#158FFE (or 0x158FFE) is known color: Dodger Blue. HEX triplet: 15, 8F and FE. RGB value is (21,143,254). Sum of RGB (Red+Green+Blue) = 21+143+254=418 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.02% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #158FFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #158FFE is #EA7001. Grayscale: #767676. Windows color (decimal): -15364098 or 16682773. OLE color: 16682773.
HSL color Cylindrical-coordinate representation of color #158FFE: hue angle of 208.58º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #158FFE is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 143 | 254 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.00 |
| HSL | 208.58º | 0.99% | 0.54% | - |
| HSV(B) | 208.58º | 0.92% | 1% | - |
| XYZ | 28.02 | 26.96 | 97.49 | - |
| YUV | 119.18 | 204.08 | 57.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 143 | 254 | 0.92 | 0.44 | 0 | 0.00 | 208.58 | 0.99 | 0.54 |
| Hex | 15 | 8F | FE | 5C | 2C | 0 | 0 | D1 | 63 | 36 |
| Octal | 25 | 217 | 376 | 134 | 54 | 0 | 0 | 321 | 143 | 66 |
| Binary | 10101 | 10001111 | 11111110 | 1011100 | 101100 | 0 | 0 | 11010001 | 1100011 | 110110 |
Color Harmonies of #158FFE
Complementary color
Monochromatic Colors of #158FFE
Black with #158FFE
Text Example
Text Example
White with #158FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158FFE; }
p { color: rgb(21,143,254); }
H1.HeaderClassName
{
color: #158FFE;
}
.AnyTagClassName
{
color: #158FFE;
}
</style>
background-color css
<style>
a { background-color: #158FFE; }
a { background-color: rgb(21,143,254); }
div.DivClassName
{
background-color: #158FFE;
}
.BgClassName
{
background-color: #158FFE;
}
</style>
border-color css
<style>
span { border-color: #158FFE; }
span { border-color: rgb(21,143,254); }
td.TdClassName
{
border-color: #158FFE;
}
.TagClassName
{
border-color: #158FFE;
}
</style>