Shades of Dodger Blue #156EFE
Tints of Dodger Blue #156EFE
RGB
CMYK
RGB Variations
Color information
#156EFE (or 0x156EFE) is known color: Dodger Blue. HEX triplet: 15, 6E and FE. RGB value is (21,110,254). Sum of RGB (Red+Green+Blue) = 21+110+254=385 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.45% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #156EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156EFE is #EA9101. Grayscale: #636363. Windows color (decimal): -15372546 or 16674325. OLE color: 16674325.
HSL color Cylindrical-coordinate representation of color #156EFE: hue angle of 217.08º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #156EFE is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 110 | 254 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.00 |
| HSL | 217.08º | 0.99% | 0.54% | - |
| HSV(B) | 217.08º | 0.92% | 1% | - |
| XYZ | 23.77 | 18.47 | 96.08 | - |
| YUV | 99.81 | 215.01 | 71.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 110 | 254 | 0.92 | 0.57 | 0 | 0.00 | 217.08 | 0.99 | 0.54 |
| Hex | 15 | 6E | FE | 5C | 39 | 0 | 0 | D9 | 63 | 36 |
| Octal | 25 | 156 | 376 | 134 | 71 | 0 | 0 | 331 | 143 | 66 |
| Binary | 10101 | 1101110 | 11111110 | 1011100 | 111001 | 0 | 0 | 11011001 | 1100011 | 110110 |
Color Harmonies of #156EFE
Complementary color
Monochromatic Colors of #156EFE
Black with #156EFE
Text Example
Text Example
White with #156EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156EFE; }
p { color: rgb(21,110,254); }
H1.HeaderClassName
{
color: #156EFE;
}
.AnyTagClassName
{
color: #156EFE;
}
</style>
background-color css
<style>
a { background-color: #156EFE; }
a { background-color: rgb(21,110,254); }
div.DivClassName
{
background-color: #156EFE;
}
.BgClassName
{
background-color: #156EFE;
}
</style>
border-color css
<style>
span { border-color: #156EFE; }
span { border-color: rgb(21,110,254); }
td.TdClassName
{
border-color: #156EFE;
}
.TagClassName
{
border-color: #156EFE;
}
</style>