Shades of Dodger Blue #156FFF
Tints of Dodger Blue #156FFF
RGB
CMYK
RGB Variations
Color information
#156FFF (or 0x156FFF) is known color: Dodger Blue. HEX triplet: 15, 6F and FF. RGB value is (21,111,255). Sum of RGB (Red+Green+Blue) = 21+111+255=387 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.43% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #156FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156FFF is #EA9000. Grayscale: #636363. Windows color (decimal): -15372289 or 16740117. OLE color: 16740117.
HSL color Cylindrical-coordinate representation of color #156FFF: hue angle of 216.92º 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 #156FFF is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 111 | 255 | - |
| CMYK | 0.92 | 0.56 | 0 | 0 |
| HSL | 216.92º | 1% | 0.54% | - |
| HSV(B) | 216.92º | 0.92% | 1% | - |
| XYZ | 24.04 | 18.75 | 96.96 | - |
| YUV | 100.51 | 215.18 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 111 | 255 | 0.92 | 0.56 | 0 | 0 | 216.92 | 1 | 0.54 |
| Hex | 15 | 6F | FF | 5C | 38 | 0 | 0 | D9 | 64 | 36 |
| Octal | 25 | 157 | 377 | 134 | 70 | 0 | 0 | 331 | 144 | 66 |
| Binary | 10101 | 1101111 | 11111111 | 1011100 | 111000 | 0 | 0 | 11011001 | 1100100 | 110110 |
Color Harmonies of #156FFF
Complementary color
Monochromatic Colors of #156FFF
Black with #156FFF
Text Example
Text Example
White with #156FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156FFF; }
p { color: rgb(21,111,255); }
H1.HeaderClassName
{
color: #156FFF;
}
.AnyTagClassName
{
color: #156FFF;
}
</style>
background-color css
<style>
a { background-color: #156FFF; }
a { background-color: rgb(21,111,255); }
div.DivClassName
{
background-color: #156FFF;
}
.BgClassName
{
background-color: #156FFF;
}
</style>
border-color css
<style>
span { border-color: #156FFF; }
span { border-color: rgb(21,111,255); }
td.TdClassName
{
border-color: #156FFF;
}
.TagClassName
{
border-color: #156FFF;
}
</style>