Shades of Dodger Blue #159CEF
Tints of Dodger Blue #159CEF
RGB
CMYK
RGB Variations
Color information
#159CEF (or 0x159CEF) is known color: Dodger Blue. HEX triplet: 15, 9C and EF. RGB value is (21,156,239). Sum of RGB (Red+Green+Blue) = 21+156+239=416 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.05% from 416); Green value is 156 (61.33% from 255 or 37.5% from 416); Blue value is 239 (93.75% from 255 or 57.45% from 416); Max value from RGB is 239 - color contains mainly: blue. Hex color #159CEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159CEF is #EA6310. Grayscale: #7C7C7C. Windows color (decimal): -15360785 or 15703061. OLE color: 15703061.
HSL color Cylindrical-coordinate representation of color #159CEF: hue angle of 202.84º 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 #159CEF is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 156 | 239 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.06 |
| HSL | 202.84º | 0.87% | 0.51% | - |
| HSV(B) | 202.84º | 0.91% | 0.94% | - |
| XYZ | 27.78 | 30.17 | 86.02 | - |
| YUV | 125.1 | 192.27 | 53.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 156 | 239 | 0.91 | 0.35 | 0 | 0.06 | 202.84 | 0.87 | 0.51 |
| Hex | 15 | 9C | EF | 5B | 23 | 0 | 6 | CB | 57 | 33 |
| Octal | 25 | 234 | 357 | 133 | 43 | 0 | 6 | 313 | 127 | 63 |
| Binary | 10101 | 10011100 | 11101111 | 1011011 | 100011 | 0 | 110 | 11001011 | 1010111 | 110011 |
Color Harmonies of #159CEF
Complementary color
Monochromatic Colors of #159CEF
Black with #159CEF
Text Example
Text Example
White with #159CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159CEF; }
p { color: rgb(21,156,239); }
H1.HeaderClassName
{
color: #159CEF;
}
.AnyTagClassName
{
color: #159CEF;
}
</style>
background-color css
<style>
a { background-color: #159CEF; }
a { background-color: rgb(21,156,239); }
div.DivClassName
{
background-color: #159CEF;
}
.BgClassName
{
background-color: #159CEF;
}
</style>
border-color css
<style>
span { border-color: #159CEF; }
span { border-color: rgb(21,156,239); }
td.TdClassName
{
border-color: #159CEF;
}
.TagClassName
{
border-color: #159CEF;
}
</style>