Shades of Dodger Blue #159BEF
Tints of Dodger Blue #159BEF
RGB
CMYK
RGB Variations
Color information
#159BEF (or 0x159BEF) is known color: Dodger Blue. HEX triplet: 15, 9B and EF. RGB value is (21,155,239). Sum of RGB (Red+Green+Blue) = 21+155+239=415 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.06% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 239 (93.75% from 255 or 57.59% from 415); Max value from RGB is 239 - color contains mainly: blue. Hex color #159BEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159BEF is #EA6410. Grayscale: #7C7C7C. Windows color (decimal): -15361041 or 15702805. OLE color: 15702805.
HSL color Cylindrical-coordinate representation of color #159BEF: hue angle of 203.12º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #159BEF is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 155 | 239 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.06 |
| HSL | 203.12º | 0.87% | 0.51% | - |
| HSV(B) | 203.12º | 0.91% | 0.94% | - |
| XYZ | 27.61 | 29.83 | 85.96 | - |
| YUV | 124.51 | 192.61 | 54.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 155 | 239 | 0.91 | 0.35 | 0 | 0.06 | 203.12 | 0.87 | 0.51 |
| Hex | 15 | 9B | EF | 5B | 23 | 0 | 6 | CB | 57 | 33 |
| Octal | 25 | 233 | 357 | 133 | 43 | 0 | 6 | 313 | 127 | 63 |
| Binary | 10101 | 10011011 | 11101111 | 1011011 | 100011 | 0 | 110 | 11001011 | 1010111 | 110011 |
Color Harmonies of #159BEF
Complementary color
Monochromatic Colors of #159BEF
Black with #159BEF
Text Example
Text Example
White with #159BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159BEF; }
p { color: rgb(21,155,239); }
H1.HeaderClassName
{
color: #159BEF;
}
.AnyTagClassName
{
color: #159BEF;
}
</style>
background-color css
<style>
a { background-color: #159BEF; }
a { background-color: rgb(21,155,239); }
div.DivClassName
{
background-color: #159BEF;
}
.BgClassName
{
background-color: #159BEF;
}
</style>
border-color css
<style>
span { border-color: #159BEF; }
span { border-color: rgb(21,155,239); }
td.TdClassName
{
border-color: #159BEF;
}
.TagClassName
{
border-color: #159BEF;
}
</style>