Shades of Blue #171BEC
Tints of Blue #171BEC
RGB
CMYK
RGB Variations
Color information
#171BEC (or 0x171BEC) is known color: Blue. HEX triplet: 17, 1B and EC. RGB value is (23,27,236). Sum of RGB (Red+Green+Blue) = 23+27+236=286 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.04% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 236 (92.58% from 255 or 82.52% from 286); Max value from RGB is 236 - color contains mainly: blue. Hex color #171BEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #171BEC is #E8E413. Grayscale: #303030. Windows color (decimal): -15262740 or 15473431. OLE color: 15473431.
HSL color Cylindrical-coordinate representation of color #171BEC: hue angle of 238.87º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #171BEC is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 27 | 236 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.07 |
| HSL | 238.87º | 0.85% | 0.51% | - |
| HSV(B) | 238.87º | 0.9% | 0.93% | - |
| XYZ | 15.89 | 7.02 | 79.88 | - |
| YUV | 49.63 | 233.17 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 27 | 236 | 0.90 | 0.89 | 0 | 0.07 | 238.87 | 0.85 | 0.51 |
| Hex | 17 | 1B | EC | 5A | 59 | 0 | 7 | EF | 55 | 33 |
| Octal | 27 | 33 | 354 | 132 | 131 | 0 | 7 | 357 | 125 | 63 |
| Binary | 10111 | 11011 | 11101100 | 1011010 | 1011001 | 0 | 111 | 11101111 | 1010101 | 110011 |
Color Harmonies of #171BEC
Complementary color
Monochromatic Colors of #171BEC
Black with #171BEC
Text Example
Text Example
White with #171BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171BEC; }
p { color: rgb(23,27,236); }
H1.HeaderClassName
{
color: #171BEC;
}
.AnyTagClassName
{
color: #171BEC;
}
</style>
background-color css
<style>
a { background-color: #171BEC; }
a { background-color: rgb(23,27,236); }
div.DivClassName
{
background-color: #171BEC;
}
.BgClassName
{
background-color: #171BEC;
}
</style>
border-color css
<style>
span { border-color: #171BEC; }
span { border-color: rgb(23,27,236); }
td.TdClassName
{
border-color: #171BEC;
}
.TagClassName
{
border-color: #171BEC;
}
</style>