Html Css Color HEX #170ACC Medium Blue

📋 copy color: '#170ACC'

red 23 ◦ green 10 ◦ blue 204

#170ACC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #170ACC

Tints of Medium Blue #170ACC

RGB

 RED value IS 23 (9.38% from 255) = 9.7%

 GREEN value IS 10 (4.3% from 255) = 4.22%

 BLUE value IS 204 (80.08% from 255) = 86.08%

R = 9.7%
G = 4.22%
B = 86.08%

CMYK

 C value IS 0.89

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#170ACC (or 0x170ACC) is known color: Medium Blue. HEX triplet: 17, 0A and CC. RGB value is (23,10,204). Sum of RGB (Red+Green+Blue) = 23+10+204=237 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.70% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 204 (80.08% from 255 or 86.08% from 237); Max value from RGB is 204 - color contains mainly: blue. Hex color #170ACC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #170ACC is #E8F533. Grayscale: #232323. Windows color (decimal): -15267124 or 13371927. OLE color: 13371927.

HSL color Cylindrical-coordinate representation of color #170ACC: hue angle of 244.02º degrees, saturation: 0.91, 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 #170ACC is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 23 10 204 -
CMYK 0.89 0.95 0 0.2
HSL 244.02º 0.91% 0.42% -
HSV(B) 244.02º 0.95% 0.8% -
XYZ 11.36 4.76 57.45 -
YUV 36 222.81 118.73 -
System Red Green Blue C M Y K H S L
Decimal 23 10 204 0.89 0.95 0 0.2 244.02 0.91 0.42
Hex 17 A CC 59 5F 0 14 F4 5B 2A
Octal 27 12 314 131 137 0 24 364 133 52
Binary 10111 1010 11001100 1011001 1011111 0 10100 11110100 1011011 101010

Color Harmonies of #170ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170ACC

Black with #170ACC

Text Example


Text Example

White with #170ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170ACC; }

 p { color: rgb(23,10,204); }

 H1.HeaderClassName
 {
   color: #170ACC;
 }
 .AnyTagClassName
 {
   color: #170ACC;
 }
</style>

background-color css

<style>
 a { background-color: #170ACC; }

 a { background-color: rgb(23,10,204); }

 div.DivClassName
 {
   background-color: #170ACC;
 }
 .BgClassName
 {
   background-color: #170ACC;
 }
</style>

border-color css

<style>
 span { border-color: #170ACC; }

 span { border-color: rgb(23,10,204); }

 td.TdClassName
 {
   border-color: #170ACC;
 }
 .TagClassName
 {
   border-color: #170ACC;
 }
</style>