Shades of Dodger Blue #159BEB
Tints of Dodger Blue #159BEB
RGB
CMYK
RGB Variations
Color information
#159BEB (or 0x159BEB) is known color: Dodger Blue. HEX triplet: 15, 9B and EB. RGB value is (21,155,235). Sum of RGB (Red+Green+Blue) = 21+155+235=411 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.11% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 235 (92.19% from 255 or 57.18% from 411); Max value from RGB is 235 - color contains mainly: blue. Hex color #159BEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159BEB is #EA6414. Grayscale: #7B7B7B. Windows color (decimal): -15361045 or 15440661. OLE color: 15440661.
HSL color Cylindrical-coordinate representation of color #159BEB: hue angle of 202.43º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #159BEB is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 155 | 235 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.08 |
| HSL | 202.43º | 0.84% | 0.5% | - |
| HSV(B) | 202.43º | 0.91% | 0.92% | - |
| XYZ | 27.03 | 29.6 | 82.89 | - |
| YUV | 124.05 | 190.61 | 54.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 155 | 235 | 0.91 | 0.34 | 0 | 0.08 | 202.43 | 0.84 | 0.5 |
| Hex | 15 | 9B | EB | 5B | 22 | 0 | 8 | CA | 54 | 32 |
| Octal | 25 | 233 | 353 | 133 | 42 | 0 | 10 | 312 | 124 | 62 |
| Binary | 10101 | 10011011 | 11101011 | 1011011 | 100010 | 0 | 1000 | 11001010 | 1010100 | 110010 |
Color Harmonies of #159BEB
Complementary color
Monochromatic Colors of #159BEB
Black with #159BEB
Text Example
Text Example
White with #159BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159BEB; }
p { color: rgb(21,155,235); }
H1.HeaderClassName
{
color: #159BEB;
}
.AnyTagClassName
{
color: #159BEB;
}
</style>
background-color css
<style>
a { background-color: #159BEB; }
a { background-color: rgb(21,155,235); }
div.DivClassName
{
background-color: #159BEB;
}
.BgClassName
{
background-color: #159BEB;
}
</style>
border-color css
<style>
span { border-color: #159BEB; }
span { border-color: rgb(21,155,235); }
td.TdClassName
{
border-color: #159BEB;
}
.TagClassName
{
border-color: #159BEB;
}
</style>