Shades of Medium Blue #170CCE
Tints of Medium Blue #170CCE
RGB
CMYK
RGB Variations
Color information
#170CCE (or 0x170CCE) is known color: Medium Blue. HEX triplet: 17, 0C and CE. RGB value is (23,12,206). Sum of RGB (Red+Green+Blue) = 23+12+206=241 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.54% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 206 (80.86% from 255 or 85.48% from 241); Max value from RGB is 206 - color contains mainly: blue. Hex color #170CCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #170CCE is #E8F331. Grayscale: #242424. Windows color (decimal): -15266610 or 13503511. OLE color: 13503511.
HSL color Cylindrical-coordinate representation of color #170CCE: hue angle of 243.4º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #170CCE is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 12 | 206 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.19 |
| HSL | 243.4º | 0.89% | 0.43% | - |
| HSV(B) | 243.4º | 0.94% | 0.81% | - |
| XYZ | 11.63 | 4.9 | 58.73 | - |
| YUV | 37.41 | 223.14 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 12 | 206 | 0.89 | 0.94 | 0 | 0.19 | 243.4 | 0.89 | 0.43 |
| Hex | 17 | C | CE | 59 | 5E | 0 | 13 | F3 | 59 | 2B |
| Octal | 27 | 14 | 316 | 131 | 136 | 0 | 23 | 363 | 131 | 53 |
| Binary | 10111 | 1100 | 11001110 | 1011001 | 1011110 | 0 | 10011 | 11110011 | 1011001 | 101011 |
Color Harmonies of #170CCE
Complementary color
Monochromatic Colors of #170CCE
Black with #170CCE
Text Example
Text Example
White with #170CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170CCE; }
p { color: rgb(23,12,206); }
H1.HeaderClassName
{
color: #170CCE;
}
.AnyTagClassName
{
color: #170CCE;
}
</style>
background-color css
<style>
a { background-color: #170CCE; }
a { background-color: rgb(23,12,206); }
div.DivClassName
{
background-color: #170CCE;
}
.BgClassName
{
background-color: #170CCE;
}
</style>
border-color css
<style>
span { border-color: #170CCE; }
span { border-color: rgb(23,12,206); }
td.TdClassName
{
border-color: #170CCE;
}
.TagClassName
{
border-color: #170CCE;
}
</style>