Shades of Dodger Blue #159FFC
Tints of Dodger Blue #159FFC
RGB
CMYK
RGB Variations
Color information
#159FFC (or 0x159FFC) is known color: Dodger Blue. HEX triplet: 15, 9F and FC. RGB value is (21,159,252). Sum of RGB (Red+Green+Blue) = 21+159+252=432 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.86% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #159FFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159FFC is #EA6003. Grayscale: #7F7F7F. Windows color (decimal): -15360004 or 16555797. OLE color: 16555797.
HSL color Cylindrical-coordinate representation of color #159FFC: hue angle of 204.16º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #159FFC is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 159 | 252 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.01 |
| HSL | 204.16º | 0.97% | 0.54% | - |
| HSV(B) | 204.16º | 0.92% | 0.99% | - |
| XYZ | 30.28 | 31.98 | 96.67 | - |
| YUV | 128.34 | 197.78 | 51.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 159 | 252 | 0.92 | 0.37 | 0 | 0.01 | 204.16 | 0.97 | 0.54 |
| Hex | 15 | 9F | FC | 5C | 25 | 0 | 1 | CC | 61 | 36 |
| Octal | 25 | 237 | 374 | 134 | 45 | 0 | 1 | 314 | 141 | 66 |
| Binary | 10101 | 10011111 | 11111100 | 1011100 | 100101 | 0 | 1 | 11001100 | 1100001 | 110110 |
Color Harmonies of #159FFC
Complementary color
Monochromatic Colors of #159FFC
Black with #159FFC
Text Example
Text Example
White with #159FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159FFC; }
p { color: rgb(21,159,252); }
H1.HeaderClassName
{
color: #159FFC;
}
.AnyTagClassName
{
color: #159FFC;
}
</style>
background-color css
<style>
a { background-color: #159FFC; }
a { background-color: rgb(21,159,252); }
div.DivClassName
{
background-color: #159FFC;
}
.BgClassName
{
background-color: #159FFC;
}
</style>
border-color css
<style>
span { border-color: #159FFC; }
span { border-color: rgb(21,159,252); }
td.TdClassName
{
border-color: #159FFC;
}
.TagClassName
{
border-color: #159FFC;
}
</style>