Shades of Dodger Blue #156CFA
Tints of Dodger Blue #156CFA
RGB
CMYK
RGB Variations
Color information
#156CFA (or 0x156CFA) is known color: Dodger Blue. HEX triplet: 15, 6C and FA. RGB value is (21,108,250). Sum of RGB (Red+Green+Blue) = 21+108+250=379 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.54% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #156CFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156CFA is #EA9305. Grayscale: #616161. Windows color (decimal): -15373062 or 16411669. OLE color: 16411669.
HSL color Cylindrical-coordinate representation of color #156CFA: hue angle of 217.21º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #156CFA is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 108 | 250 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.02 |
| HSL | 217.21º | 0.96% | 0.53% | - |
| HSV(B) | 217.21º | 0.92% | 0.98% | - |
| XYZ | 22.93 | 17.79 | 92.67 | - |
| YUV | 98.18 | 213.68 | 72.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 108 | 250 | 0.92 | 0.57 | 0 | 0.02 | 217.21 | 0.96 | 0.53 |
| Hex | 15 | 6C | FA | 5C | 39 | 0 | 2 | D9 | 60 | 35 |
| Octal | 25 | 154 | 372 | 134 | 71 | 0 | 2 | 331 | 140 | 65 |
| Binary | 10101 | 1101100 | 11111010 | 1011100 | 111001 | 0 | 10 | 11011001 | 1100000 | 110101 |
Color Harmonies of #156CFA
Complementary color
Monochromatic Colors of #156CFA
Black with #156CFA
Text Example
Text Example
White with #156CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156CFA; }
p { color: rgb(21,108,250); }
H1.HeaderClassName
{
color: #156CFA;
}
.AnyTagClassName
{
color: #156CFA;
}
</style>
background-color css
<style>
a { background-color: #156CFA; }
a { background-color: rgb(21,108,250); }
div.DivClassName
{
background-color: #156CFA;
}
.BgClassName
{
background-color: #156CFA;
}
</style>
border-color css
<style>
span { border-color: #156CFA; }
span { border-color: rgb(21,108,250); }
td.TdClassName
{
border-color: #156CFA;
}
.TagClassName
{
border-color: #156CFA;
}
</style>