Html Css Color HEX #1720DC Medium Blue

📋 copy color: '#1720DC'

red 23 ◦ green 32 ◦ blue 220

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

Shades of Medium Blue #1720DC

Tints of Medium Blue #1720DC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.64%

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

R = 8.36%
G = 11.64%
B = 80%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1720DC (or 0x1720DC) is known color: Medium Blue. HEX triplet: 17, 20 and DC. RGB value is (23,32,220). Sum of RGB (Red+Green+Blue) = 23+32+220=275 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.36% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 220 (86.33% from 255 or 80% from 275); Max value from RGB is 220 - color contains mainly: blue. Hex color #1720DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1720DC is #E8DF23. Grayscale: #313131. Windows color (decimal): -15261476 or 14426135. OLE color: 14426135.

HSL color Cylindrical-coordinate representation of color #1720DC: hue angle of 237.26º 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 #1720DC is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 23 32 220 -
CMYK 0.90 0.85 0 0.14
HSL 237.26º 0.81% 0.48% -
HSV(B) 237.26º 0.9% 0.86% -
XYZ 13.79 6.38 68.22 -
YUV 50.74 223.52 108.21 -
System Red Green Blue C M Y K H S L
Decimal 23 32 220 0.90 0.85 0 0.14 237.26 0.81 0.48
Hex 17 20 DC 5A 55 0 E ED 51 30
Octal 27 40 334 132 125 0 16 355 121 60
Binary 10111 100000 11011100 1011010 1010101 0 1110 11101101 1010001 110000

Color Harmonies of #1720DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1720DC

Black with #1720DC

Text Example


Text Example

White with #1720DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1720DC; }

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

 H1.HeaderClassName
 {
   color: #1720DC;
 }
 .AnyTagClassName
 {
   color: #1720DC;
 }
</style>

background-color css

<style>
 a { background-color: #1720DC; }

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

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

border-color css

<style>
 span { border-color: #1720DC; }

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

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