Html Css Color HEX #170FCC Medium Blue

📋 copy color: '#170FCC'

red 23 ◦ green 15 ◦ blue 204

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

Shades of Medium Blue #170FCC

Tints of Medium Blue #170FCC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.2%

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

R = 9.5%
G = 6.2%
B = 84.3%

CMYK

 C value IS 0.89

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#170FCC (or 0x170FCC) is known color: Medium Blue. HEX triplet: 17, 0F and CC. RGB value is (23,15,204). Sum of RGB (Red+Green+Blue) = 23+15+204=242 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.50% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 204 (80.08% from 255 or 84.30% from 242); Max value from RGB is 204 - color contains mainly: blue. Hex color #170FCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #170FCC is #E8F033. Grayscale: #262626. Windows color (decimal): -15265844 or 13373207. OLE color: 13373207.

HSL color Cylindrical-coordinate representation of color #170FCC: hue angle of 242.54º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #170FCC is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 23 15 204 -
CMYK 0.89 0.93 0 0.2
HSL 242.54º 0.86% 0.43% -
HSV(B) 242.54º 0.93% 0.8% -
XYZ 11.42 4.88 57.47 -
YUV 38.94 221.15 116.63 -
System Red Green Blue C M Y K H S L
Decimal 23 15 204 0.89 0.93 0 0.2 242.54 0.86 0.43
Hex 17 F CC 59 5D 0 14 F3 56 2B
Octal 27 17 314 131 135 0 24 363 126 53
Binary 10111 1111 11001100 1011001 1011101 0 10100 11110011 1010110 101011

Color Harmonies of #170FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170FCC

Black with #170FCC

Text Example


Text Example

White with #170FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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