Shades of Dodger Blue #156FF6
Tints of Dodger Blue #156FF6
RGB
CMYK
RGB Variations
Color information
#156FF6 (or 0x156FF6) is known color: Dodger Blue. HEX triplet: 15, 6F and F6. RGB value is (21,111,246). Sum of RGB (Red+Green+Blue) = 21+111+246=378 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.56% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 246 (96.48% from 255 or 65.08% from 378); Max value from RGB is 246 - color contains mainly: blue. Hex color #156FF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156FF6 is #EA9009. Grayscale: #626262. Windows color (decimal): -15372298 or 16150293. OLE color: 16150293.
HSL color Cylindrical-coordinate representation of color #156FF6: hue angle of 216º 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 #156FF6 is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 21 | 111 | 246 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.04 |
| HSL | 216º | 0.93% | 0.52% | - |
| HSV(B) | 216º | 0.91% | 0.96% | - |
| XYZ | 22.63 | 18.18 | 89.51 | - |
| YUV | 99.48 | 210.68 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 111 | 246 | 0.91 | 0.55 | 0 | 0.04 | 216 | 0.93 | 0.52 |
| Hex | 15 | 6F | F6 | 5B | 37 | 0 | 4 | D8 | 5D | 34 |
| Octal | 25 | 157 | 366 | 133 | 67 | 0 | 4 | 330 | 135 | 64 |
| Binary | 10101 | 1101111 | 11110110 | 1011011 | 110111 | 0 | 100 | 11011000 | 1011101 | 110100 |
Color Harmonies of #156FF6
Complementary color
Monochromatic Colors of #156FF6
Black with #156FF6
Text Example
Text Example
White with #156FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156FF6; }
p { color: rgb(21,111,246); }
H1.HeaderClassName
{
color: #156FF6;
}
.AnyTagClassName
{
color: #156FF6;
}
</style>
background-color css
<style>
a { background-color: #156FF6; }
a { background-color: rgb(21,111,246); }
div.DivClassName
{
background-color: #156FF6;
}
.BgClassName
{
background-color: #156FF6;
}
</style>
border-color css
<style>
span { border-color: #156FF6; }
span { border-color: rgb(21,111,246); }
td.TdClassName
{
border-color: #156FF6;
}
.TagClassName
{
border-color: #156FF6;
}
</style>