Html Css Color HEX #170EDC Medium Blue

📋 copy color: '#170EDC'

red 23 ◦ green 14 ◦ blue 220

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

Shades of Medium Blue #170EDC

Tints of Medium Blue #170EDC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.45%

 BLUE value IS 220 (86.33% from 255) = 85.6%

R = 8.95%
G = 5.45%
B = 85.6%

CMYK

 C value IS 0.90

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#170EDC (or 0x170EDC) is known color: Medium Blue. HEX triplet: 17, 0E and DC. RGB value is (23,14,220). Sum of RGB (Red+Green+Blue) = 23+14+220=257 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.95% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 220 (86.33% from 255 or 85.60% from 257); Max value from RGB is 220 - color contains mainly: blue. Hex color #170EDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #170EDC is #E8F123. Grayscale: #272727. Windows color (decimal): -15266084 or 14421527. OLE color: 14421527.

HSL color Cylindrical-coordinate representation of color #170EDC: hue angle of 242.62º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #170EDC is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 23 14 220 -
CMYK 0.90 0.94 0 0.14
HSL 242.62º 0.88% 0.46% -
HSV(B) 242.62º 0.94% 0.86% -
XYZ 13.43 5.66 68.1 -
YUV 40.18 229.48 115.75 -
System Red Green Blue C M Y K H S L
Decimal 23 14 220 0.90 0.94 0 0.14 242.62 0.88 0.46
Hex 17 E DC 5A 5E 0 E F3 58 2E
Octal 27 16 334 132 136 0 16 363 130 56
Binary 10111 1110 11011100 1011010 1011110 0 1110 11110011 1011000 101110

Color Harmonies of #170EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170EDC

Black with #170EDC

Text Example


Text Example

White with #170EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,14,220); }

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

background-color css

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

 a { background-color: rgb(23,14,220); }

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

border-color css

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

 span { border-color: rgb(23,14,220); }

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