Shades of Dodger Blue #159BEE
Tints of Dodger Blue #159BEE
RGB
CMYK
RGB Variations
Color information
#159BEE (or 0x159BEE) is known color: Dodger Blue. HEX triplet: 15, 9B and EE. RGB value is (21,155,238). Sum of RGB (Red+Green+Blue) = 21+155+238=414 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.07% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 238 (93.36% from 255 or 57.49% from 414); Max value from RGB is 238 - color contains mainly: blue. Hex color #159BEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159BEE is #EA6411. Grayscale: #7B7B7B. Windows color (decimal): -15361042 or 15637269. OLE color: 15637269.
HSL color Cylindrical-coordinate representation of color #159BEE: hue angle of 202.95º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #159BEE is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 155 | 238 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.07 |
| HSL | 202.95º | 0.86% | 0.51% | - |
| HSV(B) | 202.95º | 0.91% | 0.93% | - |
| XYZ | 27.46 | 29.78 | 85.19 | - |
| YUV | 124.4 | 192.11 | 54.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 155 | 238 | 0.91 | 0.35 | 0 | 0.07 | 202.95 | 0.86 | 0.51 |
| Hex | 15 | 9B | EE | 5B | 23 | 0 | 7 | CB | 56 | 33 |
| Octal | 25 | 233 | 356 | 133 | 43 | 0 | 7 | 313 | 126 | 63 |
| Binary | 10101 | 10011011 | 11101110 | 1011011 | 100011 | 0 | 111 | 11001011 | 1010110 | 110011 |
Color Harmonies of #159BEE
Complementary color
Monochromatic Colors of #159BEE
Black with #159BEE
Text Example
Text Example
White with #159BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159BEE; }
p { color: rgb(21,155,238); }
H1.HeaderClassName
{
color: #159BEE;
}
.AnyTagClassName
{
color: #159BEE;
}
</style>
background-color css
<style>
a { background-color: #159BEE; }
a { background-color: rgb(21,155,238); }
div.DivClassName
{
background-color: #159BEE;
}
.BgClassName
{
background-color: #159BEE;
}
</style>
border-color css
<style>
span { border-color: #159BEE; }
span { border-color: rgb(21,155,238); }
td.TdClassName
{
border-color: #159BEE;
}
.TagClassName
{
border-color: #159BEE;
}
</style>