Shades of Dodger Blue #159FFF
Tints of Dodger Blue #159FFF
RGB
CMYK
RGB Variations
Color information
#159FFF (or 0x159FFF) is known color: Dodger Blue. HEX triplet: 15, 9F and FF. RGB value is (21,159,255). Sum of RGB (Red+Green+Blue) = 21+159+255=435 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.83% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #159FFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159FFF is #EA6000. Grayscale: #808080. Windows color (decimal): -15360001 or 16752405. OLE color: 16752405.
HSL color Cylindrical-coordinate representation of color #159FFF: hue angle of 204.62º 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 #159FFF is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 159 | 255 | - |
| CMYK | 0.92 | 0.38 | 0 | 0 |
| HSL | 204.62º | 1% | 0.54% | - |
| HSV(B) | 204.62º | 0.92% | 1% | - |
| XYZ | 30.76 | 32.18 | 99.2 | - |
| YUV | 128.68 | 199.28 | 51.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 159 | 255 | 0.92 | 0.38 | 0 | 0 | 204.62 | 1 | 0.54 |
| Hex | 15 | 9F | FF | 5C | 26 | 0 | 0 | CD | 64 | 36 |
| Octal | 25 | 237 | 377 | 134 | 46 | 0 | 0 | 315 | 144 | 66 |
| Binary | 10101 | 10011111 | 11111111 | 1011100 | 100110 | 0 | 0 | 11001101 | 1100100 | 110110 |
Color Harmonies of #159FFF
Complementary color
Monochromatic Colors of #159FFF
Black with #159FFF
Text Example
Text Example
White with #159FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159FFF; }
p { color: rgb(21,159,255); }
H1.HeaderClassName
{
color: #159FFF;
}
.AnyTagClassName
{
color: #159FFF;
}
</style>
background-color css
<style>
a { background-color: #159FFF; }
a { background-color: rgb(21,159,255); }
div.DivClassName
{
background-color: #159FFF;
}
.BgClassName
{
background-color: #159FFF;
}
</style>
border-color css
<style>
span { border-color: #159FFF; }
span { border-color: rgb(21,159,255); }
td.TdClassName
{
border-color: #159FFF;
}
.TagClassName
{
border-color: #159FFF;
}
</style>