Shades of Dodger Blue #156EFF
Tints of Dodger Blue #156EFF
RGB
CMYK
RGB Variations
Color information
#156EFF (or 0x156EFF) is known color: Dodger Blue. HEX triplet: 15, 6E and FF. RGB value is (21,110,255). Sum of RGB (Red+Green+Blue) = 21+110+255=386 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.44% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #156EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156EFF is #EA9100. Grayscale: #636363. Windows color (decimal): -15372545 or 16739861. OLE color: 16739861.
HSL color Cylindrical-coordinate representation of color #156EFF: hue angle of 217.18º 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 #156EFF is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 110 | 255 | - |
| CMYK | 0.92 | 0.57 | 0 | 0 |
| HSL | 217.18º | 1% | 0.54% | - |
| HSV(B) | 217.18º | 0.92% | 1% | - |
| XYZ | 23.94 | 18.53 | 96.92 | - |
| YUV | 99.92 | 215.51 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 110 | 255 | 0.92 | 0.57 | 0 | 0 | 217.18 | 1 | 0.54 |
| Hex | 15 | 6E | FF | 5C | 39 | 0 | 0 | D9 | 64 | 36 |
| Octal | 25 | 156 | 377 | 134 | 71 | 0 | 0 | 331 | 144 | 66 |
| Binary | 10101 | 1101110 | 11111111 | 1011100 | 111001 | 0 | 0 | 11011001 | 1100100 | 110110 |
Color Harmonies of #156EFF
Complementary color
Monochromatic Colors of #156EFF
Black with #156EFF
Text Example
Text Example
White with #156EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156EFF; }
p { color: rgb(21,110,255); }
H1.HeaderClassName
{
color: #156EFF;
}
.AnyTagClassName
{
color: #156EFF;
}
</style>
background-color css
<style>
a { background-color: #156EFF; }
a { background-color: rgb(21,110,255); }
div.DivClassName
{
background-color: #156EFF;
}
.BgClassName
{
background-color: #156EFF;
}
</style>
border-color css
<style>
span { border-color: #156EFF; }
span { border-color: rgb(21,110,255); }
td.TdClassName
{
border-color: #156EFF;
}
.TagClassName
{
border-color: #156EFF;
}
</style>