Shades of Medium Blue #170BCB
Tints of Medium Blue #170BCB
RGB
CMYK
RGB Variations
Color information
#170BCB (or 0x170BCB) is known color: Medium Blue. HEX triplet: 17, 0B and CB. RGB value is (23,11,203). Sum of RGB (Red+Green+Blue) = 23+11+203=237 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.70% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 203 (79.69% from 255 or 85.65% from 237); Max value from RGB is 203 - color contains mainly: blue. Hex color #170BCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #170BCB is #E8F434. Grayscale: #232323. Windows color (decimal): -15266869 or 13306647. OLE color: 13306647.
HSL color Cylindrical-coordinate representation of color #170BCB: hue angle of 243.75º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #170BCB is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 11 | 203 | - |
| CMYK | 0.89 | 0.95 | 0 | 0.20 |
| HSL | 243.75º | 0.9% | 0.42% | - |
| HSV(B) | 243.75º | 0.95% | 0.8% | - |
| XYZ | 11.25 | 4.73 | 56.82 | - |
| YUV | 36.48 | 221.98 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 11 | 203 | 0.89 | 0.95 | 0 | 0.20 | 243.75 | 0.9 | 0.42 |
| Hex | 17 | B | CB | 59 | 5F | 0 | 14 | F4 | 5A | 2A |
| Octal | 27 | 13 | 313 | 131 | 137 | 0 | 24 | 364 | 132 | 52 |
| Binary | 10111 | 1011 | 11001011 | 1011001 | 1011111 | 0 | 10100 | 11110100 | 1011010 | 101010 |
Color Harmonies of #170BCB
Complementary color
Monochromatic Colors of #170BCB
Black with #170BCB
Text Example
Text Example
White with #170BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170BCB; }
p { color: rgb(23,11,203); }
H1.HeaderClassName
{
color: #170BCB;
}
.AnyTagClassName
{
color: #170BCB;
}
</style>
background-color css
<style>
a { background-color: #170BCB; }
a { background-color: rgb(23,11,203); }
div.DivClassName
{
background-color: #170BCB;
}
.BgClassName
{
background-color: #170BCB;
}
</style>
border-color css
<style>
span { border-color: #170BCB; }
span { border-color: rgb(23,11,203); }
td.TdClassName
{
border-color: #170BCB;
}
.TagClassName
{
border-color: #170BCB;
}
</style>