Html Css Color HEX #171EDC Medium Blue

📋 copy color: '#171EDC'

red 23 ◦ green 30 ◦ blue 220

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

Shades of Medium Blue #171EDC

Tints of Medium Blue #171EDC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.99%

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

R = 8.42%
G = 10.99%
B = 80.59%

CMYK

 C value IS 0.90

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#171EDC (or 0x171EDC) is known color: Medium Blue. HEX triplet: 17, 1E and DC. RGB value is (23,30,220). Sum of RGB (Red+Green+Blue) = 23+30+220=273 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.42% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 220 (86.33% from 255 or 80.59% from 273); Max value from RGB is 220 - color contains mainly: blue. Hex color #171EDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171EDC is #E8E123. Grayscale: #303030. Windows color (decimal): -15261988 or 14425623. OLE color: 14425623.

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

Color convert

RGB 23 30 220 -
CMYK 0.90 0.86 0 0.14
HSL 237.87º 0.81% 0.48% -
HSV(B) 237.87º 0.9% 0.86% -
XYZ 13.74 6.28 68.2 -
YUV 49.57 224.18 109.05 -
System Red Green Blue C M Y K H S L
Decimal 23 30 220 0.90 0.86 0 0.14 237.87 0.81 0.48
Hex 17 1E DC 5A 56 0 E EE 51 30
Octal 27 36 334 132 126 0 16 356 121 60
Binary 10111 11110 11011100 1011010 1010110 0 1110 11101110 1010001 110000

Color Harmonies of #171EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171EDC

Black with #171EDC

Text Example


Text Example

White with #171EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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