Shades of Dodger Blue #156DF6
Tints of Dodger Blue #156DF6
RGB
CMYK
RGB Variations
Color information
#156DF6 (or 0x156DF6) is known color: Dodger Blue. HEX triplet: 15, 6D and F6. RGB value is (21,109,246). Sum of RGB (Red+Green+Blue) = 21+109+246=376 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.59% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 246 (96.48% from 255 or 65.43% from 376); Max value from RGB is 246 - color contains mainly: blue. Hex color #156DF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156DF6 is #EA9209. Grayscale: #616161. Windows color (decimal): -15372810 or 16149781. OLE color: 16149781.
HSL color Cylindrical-coordinate representation of color #156DF6: hue angle of 216.53º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #156DF6 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 21 | 109 | 246 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.04 |
| HSL | 216.53º | 0.93% | 0.52% | - |
| HSV(B) | 216.53º | 0.91% | 0.96% | - |
| XYZ | 22.41 | 17.75 | 89.43 | - |
| YUV | 98.31 | 211.35 | 72.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 109 | 246 | 0.91 | 0.56 | 0 | 0.04 | 216.53 | 0.93 | 0.52 |
| Hex | 15 | 6D | F6 | 5B | 38 | 0 | 4 | D9 | 5D | 34 |
| Octal | 25 | 155 | 366 | 133 | 70 | 0 | 4 | 331 | 135 | 64 |
| Binary | 10101 | 1101101 | 11110110 | 1011011 | 111000 | 0 | 100 | 11011001 | 1011101 | 110100 |
Color Harmonies of #156DF6
Complementary color
Monochromatic Colors of #156DF6
Black with #156DF6
Text Example
Text Example
White with #156DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156DF6; }
p { color: rgb(21,109,246); }
H1.HeaderClassName
{
color: #156DF6;
}
.AnyTagClassName
{
color: #156DF6;
}
</style>
background-color css
<style>
a { background-color: #156DF6; }
a { background-color: rgb(21,109,246); }
div.DivClassName
{
background-color: #156DF6;
}
.BgClassName
{
background-color: #156DF6;
}
</style>
border-color css
<style>
span { border-color: #156DF6; }
span { border-color: rgb(21,109,246); }
td.TdClassName
{
border-color: #156DF6;
}
.TagClassName
{
border-color: #156DF6;
}
</style>