Shades of Dodger Blue #159BFF
Tints of Dodger Blue #159BFF
RGB
CMYK
RGB Variations
Color information
#159BFF (or 0x159BFF) is known color: Dodger Blue. HEX triplet: 15, 9B and FF. RGB value is (21,155,255). Sum of RGB (Red+Green+Blue) = 21+155+255=431 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.87% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #159BFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159BFF is #EA6400. Grayscale: #7D7D7D. Windows color (decimal): -15361025 or 16751381. OLE color: 16751381.
HSL color Cylindrical-coordinate representation of color #159BFF: hue angle of 205.64º 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 #159BFF is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 155 | 255 | - |
| CMYK | 0.92 | 0.39 | 0 | 0 |
| HSL | 205.64º | 1% | 0.54% | - |
| HSV(B) | 205.64º | 0.92% | 1% | - |
| XYZ | 30.08 | 30.82 | 98.97 | - |
| YUV | 126.33 | 200.61 | 52.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 155 | 255 | 0.92 | 0.39 | 0 | 0 | 205.64 | 1 | 0.54 |
| Hex | 15 | 9B | FF | 5C | 27 | 0 | 0 | CE | 64 | 36 |
| Octal | 25 | 233 | 377 | 134 | 47 | 0 | 0 | 316 | 144 | 66 |
| Binary | 10101 | 10011011 | 11111111 | 1011100 | 100111 | 0 | 0 | 11001110 | 1100100 | 110110 |
Color Harmonies of #159BFF
Complementary color
Monochromatic Colors of #159BFF
Black with #159BFF
Text Example
Text Example
White with #159BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159BFF; }
p { color: rgb(21,155,255); }
H1.HeaderClassName
{
color: #159BFF;
}
.AnyTagClassName
{
color: #159BFF;
}
</style>
background-color css
<style>
a { background-color: #159BFF; }
a { background-color: rgb(21,155,255); }
div.DivClassName
{
background-color: #159BFF;
}
.BgClassName
{
background-color: #159BFF;
}
</style>
border-color css
<style>
span { border-color: #159BFF; }
span { border-color: rgb(21,155,255); }
td.TdClassName
{
border-color: #159BFF;
}
.TagClassName
{
border-color: #159BFF;
}
</style>