Html Css Color HEX #170BCC Medium Blue

📋 copy color: '#170BCC'

red 23 ◦ green 11 ◦ blue 204

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

Shades of Medium Blue #170BCC

Tints of Medium Blue #170BCC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.62%

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

R = 9.66%
G = 4.62%
B = 85.71%

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

#170BCC (or 0x170BCC) is known color: Medium Blue. HEX triplet: 17, 0B and CC. RGB value is (23,11,204). Sum of RGB (Red+Green+Blue) = 23+11+204=238 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.66% from 238); Green value is 11 (4.69% from 255 or 4.62% from 238); Blue value is 204 (80.08% from 255 or 85.71% from 238); Max value from RGB is 204 - color contains mainly: blue. Hex color #170BCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #170BCC is #E8F433. Grayscale: #232323. Windows color (decimal): -15266868 or 13372183. OLE color: 13372183.

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

Color convert

RGB 23 11 204 -
CMYK 0.89 0.95 0 0.2
HSL 243.73º 0.9% 0.42% -
HSV(B) 243.73º 0.95% 0.8% -
XYZ 11.37 4.78 57.45 -
YUV 36.59 222.48 118.31 -
System Red Green Blue C M Y K H S L
Decimal 23 11 204 0.89 0.95 0 0.2 243.73 0.9 0.42
Hex 17 B CC 59 5F 0 14 F4 5A 2A
Octal 27 13 314 131 137 0 24 364 132 52
Binary 10111 1011 11001100 1011001 1011111 0 10100 11110100 1011010 101010

Color Harmonies of #170BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170BCC

Black with #170BCC

Text Example


Text Example

White with #170BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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