Shades of Dodger Blue #159BFB
Tints of Dodger Blue #159BFB
RGB
CMYK
RGB Variations
Color information
#159BFB (or 0x159BFB) is known color: Dodger Blue. HEX triplet: 15, 9B and FB. RGB value is (21,155,251). Sum of RGB (Red+Green+Blue) = 21+155+251=427 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.92% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 251 (98.44% from 255 or 58.78% from 427); Max value from RGB is 251 - color contains mainly: blue. Hex color #159BFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159BFB is #EA6404. Grayscale: #7D7D7D. Windows color (decimal): -15361029 or 16489237. OLE color: 16489237.
HSL color Cylindrical-coordinate representation of color #159BFB: hue angle of 205.04º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #159BFB is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 155 | 251 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.02 |
| HSL | 205.04º | 0.97% | 0.53% | - |
| HSV(B) | 205.04º | 0.92% | 0.98% | - |
| XYZ | 29.44 | 30.57 | 95.62 | - |
| YUV | 125.88 | 198.61 | 53.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 155 | 251 | 0.92 | 0.38 | 0 | 0.02 | 205.04 | 0.97 | 0.53 |
| Hex | 15 | 9B | FB | 5C | 26 | 0 | 2 | CD | 61 | 35 |
| Octal | 25 | 233 | 373 | 134 | 46 | 0 | 2 | 315 | 141 | 65 |
| Binary | 10101 | 10011011 | 11111011 | 1011100 | 100110 | 0 | 10 | 11001101 | 1100001 | 110101 |
Color Harmonies of #159BFB
Complementary color
Monochromatic Colors of #159BFB
Black with #159BFB
Text Example
Text Example
White with #159BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159BFB; }
p { color: rgb(21,155,251); }
H1.HeaderClassName
{
color: #159BFB;
}
.AnyTagClassName
{
color: #159BFB;
}
</style>
background-color css
<style>
a { background-color: #159BFB; }
a { background-color: rgb(21,155,251); }
div.DivClassName
{
background-color: #159BFB;
}
.BgClassName
{
background-color: #159BFB;
}
</style>
border-color css
<style>
span { border-color: #159BFB; }
span { border-color: rgb(21,155,251); }
td.TdClassName
{
border-color: #159BFB;
}
.TagClassName
{
border-color: #159BFB;
}
</style>