Shades of Medium Blue #170ACF
Tints of Medium Blue #170ACF
RGB
CMYK
RGB Variations
Color information
#170ACF (or 0x170ACF) is known color: Medium Blue. HEX triplet: 17, 0A and CF. RGB value is (23,10,207). Sum of RGB (Red+Green+Blue) = 23+10+207=240 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.58% from 240); Green value is 10 (4.30% from 255 or 4.17% from 240); Blue value is 207 (81.25% from 255 or 86.25% from 240); Max value from RGB is 207 - color contains mainly: blue. Hex color #170ACF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #170ACF is #E8F530. Grayscale: #232323. Windows color (decimal): -15267121 or 13568535. OLE color: 13568535.
HSL color Cylindrical-coordinate representation of color #170ACF: hue angle of 243.96º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #170ACF is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 10 | 207 | - |
| CMYK | 0.89 | 0.95 | 0 | 0.19 |
| HSL | 243.96º | 0.91% | 0.43% | - |
| HSV(B) | 243.96º | 0.95% | 0.81% | - |
| XYZ | 11.72 | 4.9 | 59.36 | - |
| YUV | 36.35 | 224.31 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 10 | 207 | 0.89 | 0.95 | 0 | 0.19 | 243.96 | 0.91 | 0.43 |
| Hex | 17 | A | CF | 59 | 5F | 0 | 13 | F4 | 5B | 2B |
| Octal | 27 | 12 | 317 | 131 | 137 | 0 | 23 | 364 | 133 | 53 |
| Binary | 10111 | 1010 | 11001111 | 1011001 | 1011111 | 0 | 10011 | 11110100 | 1011011 | 101011 |
Color Harmonies of #170ACF
Complementary color
Monochromatic Colors of #170ACF
Black with #170ACF
Text Example
Text Example
White with #170ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170ACF; }
p { color: rgb(23,10,207); }
H1.HeaderClassName
{
color: #170ACF;
}
.AnyTagClassName
{
color: #170ACF;
}
</style>
background-color css
<style>
a { background-color: #170ACF; }
a { background-color: rgb(23,10,207); }
div.DivClassName
{
background-color: #170ACF;
}
.BgClassName
{
background-color: #170ACF;
}
</style>
border-color css
<style>
span { border-color: #170ACF; }
span { border-color: rgb(23,10,207); }
td.TdClassName
{
border-color: #170ACF;
}
.TagClassName
{
border-color: #170ACF;
}
</style>