Shades of Dodger Blue #156EFC
Tints of Dodger Blue #156EFC
RGB
CMYK
RGB Variations
Color information
#156EFC (or 0x156EFC) is known color: Dodger Blue. HEX triplet: 15, 6E and FC. RGB value is (21,110,252). Sum of RGB (Red+Green+Blue) = 21+110+252=383 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.48% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 252 (98.83% from 255 or 65.80% from 383); Max value from RGB is 252 - color contains mainly: blue. Hex color #156EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156EFC is #EA9103. Grayscale: #626262. Windows color (decimal): -15372548 or 16543253. OLE color: 16543253.
HSL color Cylindrical-coordinate representation of color #156EFC: hue angle of 216.88º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #156EFC is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 110 | 252 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.01 |
| HSL | 216.88º | 0.97% | 0.54% | - |
| HSV(B) | 216.88º | 0.92% | 0.99% | - |
| XYZ | 23.46 | 18.34 | 94.4 | - |
| YUV | 99.58 | 214.01 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 110 | 252 | 0.92 | 0.56 | 0 | 0.01 | 216.88 | 0.97 | 0.54 |
| Hex | 15 | 6E | FC | 5C | 38 | 0 | 1 | D9 | 61 | 36 |
| Octal | 25 | 156 | 374 | 134 | 70 | 0 | 1 | 331 | 141 | 66 |
| Binary | 10101 | 1101110 | 11111100 | 1011100 | 111000 | 0 | 1 | 11011001 | 1100001 | 110110 |
Color Harmonies of #156EFC
Complementary color
Monochromatic Colors of #156EFC
Black with #156EFC
Text Example
Text Example
White with #156EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156EFC; }
p { color: rgb(21,110,252); }
H1.HeaderClassName
{
color: #156EFC;
}
.AnyTagClassName
{
color: #156EFC;
}
</style>
background-color css
<style>
a { background-color: #156EFC; }
a { background-color: rgb(21,110,252); }
div.DivClassName
{
background-color: #156EFC;
}
.BgClassName
{
background-color: #156EFC;
}
</style>
border-color css
<style>
span { border-color: #156EFC; }
span { border-color: rgb(21,110,252); }
td.TdClassName
{
border-color: #156EFC;
}
.TagClassName
{
border-color: #156EFC;
}
</style>