Shades of Dodger Blue #159FFD
Tints of Dodger Blue #159FFD
RGB
CMYK
RGB Variations
Color information
#159FFD (or 0x159FFD) is known color: Dodger Blue. HEX triplet: 15, 9F and FD. RGB value is (21,159,253). Sum of RGB (Red+Green+Blue) = 21+159+253=433 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.85% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 253 (99.22% from 255 or 58.43% from 433); Max value from RGB is 253 - color contains mainly: blue. Hex color #159FFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159FFD is #EA6002. Grayscale: #7F7F7F. Windows color (decimal): -15360003 or 16621333. OLE color: 16621333.
HSL color Cylindrical-coordinate representation of color #159FFD: hue angle of 204.31º degrees, saturation: 0.98, 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 #159FFD is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 159 | 253 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.01 |
| HSL | 204.31º | 0.98% | 0.54% | - |
| HSV(B) | 204.31º | 0.92% | 0.99% | - |
| XYZ | 30.44 | 32.05 | 97.51 | - |
| YUV | 128.45 | 198.28 | 51.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 159 | 253 | 0.92 | 0.37 | 0 | 0.01 | 204.31 | 0.98 | 0.54 |
| Hex | 15 | 9F | FD | 5C | 25 | 0 | 1 | CC | 62 | 36 |
| Octal | 25 | 237 | 375 | 134 | 45 | 0 | 1 | 314 | 142 | 66 |
| Binary | 10101 | 10011111 | 11111101 | 1011100 | 100101 | 0 | 1 | 11001100 | 1100010 | 110110 |
Color Harmonies of #159FFD
Complementary color
Monochromatic Colors of #159FFD
Black with #159FFD
Text Example
Text Example
White with #159FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159FFD; }
p { color: rgb(21,159,253); }
H1.HeaderClassName
{
color: #159FFD;
}
.AnyTagClassName
{
color: #159FFD;
}
</style>
background-color css
<style>
a { background-color: #159FFD; }
a { background-color: rgb(21,159,253); }
div.DivClassName
{
background-color: #159FFD;
}
.BgClassName
{
background-color: #159FFD;
}
</style>
border-color css
<style>
span { border-color: #159FFD; }
span { border-color: rgb(21,159,253); }
td.TdClassName
{
border-color: #159FFD;
}
.TagClassName
{
border-color: #159FFD;
}
</style>