Shades of Dodger Blue #156DFF
Tints of Dodger Blue #156DFF
RGB
CMYK
RGB Variations
Color information
#156DFF (or 0x156DFF) is known color: Dodger Blue. HEX triplet: 15, 6D and FF. RGB value is (21,109,255). Sum of RGB (Red+Green+Blue) = 21+109+255=385 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.45% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #156DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156DFF is #EA9200. Grayscale: #626262. Windows color (decimal): -15372801 or 16739605. OLE color: 16739605.
HSL color Cylindrical-coordinate representation of color #156DFF: hue angle of 217.44º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #156DFF is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 109 | 255 | - |
| CMYK | 0.92 | 0.57 | 0 | 0 |
| HSL | 217.44º | 1% | 0.54% | - |
| HSV(B) | 217.44º | 0.92% | 1% | - |
| XYZ | 23.83 | 18.32 | 96.89 | - |
| YUV | 99.33 | 215.85 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 109 | 255 | 0.92 | 0.57 | 0 | 0 | 217.44 | 1 | 0.54 |
| Hex | 15 | 6D | FF | 5C | 39 | 0 | 0 | D9 | 64 | 36 |
| Octal | 25 | 155 | 377 | 134 | 71 | 0 | 0 | 331 | 144 | 66 |
| Binary | 10101 | 1101101 | 11111111 | 1011100 | 111001 | 0 | 0 | 11011001 | 1100100 | 110110 |
Color Harmonies of #156DFF
Complementary color
Monochromatic Colors of #156DFF
Black with #156DFF
Text Example
Text Example
White with #156DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156DFF; }
p { color: rgb(21,109,255); }
H1.HeaderClassName
{
color: #156DFF;
}
.AnyTagClassName
{
color: #156DFF;
}
</style>
background-color css
<style>
a { background-color: #156DFF; }
a { background-color: rgb(21,109,255); }
div.DivClassName
{
background-color: #156DFF;
}
.BgClassName
{
background-color: #156DFF;
}
</style>
border-color css
<style>
span { border-color: #156DFF; }
span { border-color: rgb(21,109,255); }
td.TdClassName
{
border-color: #156DFF;
}
.TagClassName
{
border-color: #156DFF;
}
</style>