Shades of Dodger Blue #156CF6
Tints of Dodger Blue #156CF6
RGB
CMYK
RGB Variations
Color information
#156CF6 (or 0x156CF6) is known color: Dodger Blue. HEX triplet: 15, 6C and F6. RGB value is (21,108,246). Sum of RGB (Red+Green+Blue) = 21+108+246=375 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.6% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 246 (96.48% from 255 or 65.6% from 375); Max value from RGB is 246 - color contains mainly: blue. Hex color #156CF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156CF6 is #EA9309. Grayscale: #616161. Windows color (decimal): -15373066 or 16149525. OLE color: 16149525.
HSL color Cylindrical-coordinate representation of color #156CF6: hue angle of 216.8º 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 #156CF6 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 21 | 108 | 246 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.04 |
| HSL | 216.8º | 0.93% | 0.52% | - |
| HSV(B) | 216.8º | 0.91% | 0.96% | - |
| XYZ | 22.31 | 17.54 | 89.4 | - |
| YUV | 97.72 | 211.68 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 108 | 246 | 0.91 | 0.56 | 0 | 0.04 | 216.8 | 0.93 | 0.52 |
| Hex | 15 | 6C | F6 | 5B | 38 | 0 | 4 | D9 | 5D | 34 |
| Octal | 25 | 154 | 366 | 133 | 70 | 0 | 4 | 331 | 135 | 64 |
| Binary | 10101 | 1101100 | 11110110 | 1011011 | 111000 | 0 | 100 | 11011001 | 1011101 | 110100 |
Color Harmonies of #156CF6
Complementary color
Monochromatic Colors of #156CF6
Black with #156CF6
Text Example
Text Example
White with #156CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156CF6; }
p { color: rgb(21,108,246); }
H1.HeaderClassName
{
color: #156CF6;
}
.AnyTagClassName
{
color: #156CF6;
}
</style>
background-color css
<style>
a { background-color: #156CF6; }
a { background-color: rgb(21,108,246); }
div.DivClassName
{
background-color: #156CF6;
}
.BgClassName
{
background-color: #156CF6;
}
</style>
border-color css
<style>
span { border-color: #156CF6; }
span { border-color: rgb(21,108,246); }
td.TdClassName
{
border-color: #156CF6;
}
.TagClassName
{
border-color: #156CF6;
}
</style>