Html Css Color HEX #2017D8 Medium Blue

📋 copy color: '#2017D8'

red 32 ◦ green 23 ◦ blue 216

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

Shades of Medium Blue #2017D8

Tints of Medium Blue #2017D8

RGB

 RED value IS 32 (12.89% from 255) = 11.81%

 GREEN value IS 23 (9.38% from 255) = 8.49%

 BLUE value IS 216 (84.77% from 255) = 79.7%

R = 11.81%
G = 8.49%
B = 79.7%

CMYK

 C value IS 0.85

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2017D8 (or 0x2017D8) is known color: Medium Blue. HEX triplet: 20, 17 and D8. RGB value is (32,23,216). Sum of RGB (Red+Green+Blue) = 32+23+216=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 216 (84.77% from 255 or 79.70% from 271); Max value from RGB is 216 - color contains mainly: blue. Hex color #2017D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2017D8 is #DFE827. Grayscale: #2E2E2E. Windows color (decimal): -14673960 or 14161696. OLE color: 14161696.

HSL color Cylindrical-coordinate representation of color #2017D8: hue angle of 242.8º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2017D8 is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 32 23 216 -
CMYK 0.85 0.89 0 0.15
HSL 242.8º 0.81% 0.47% -
HSV(B) 242.8º 0.89% 0.85% -
XYZ 13.3 5.88 65.4 -
YUV 47.69 222.98 116.81 -
System Red Green Blue C M Y K H S L
Decimal 32 23 216 0.85 0.89 0 0.15 242.8 0.81 0.47
Hex 20 17 D8 55 59 0 F F3 51 2F
Octal 40 27 330 125 131 0 17 363 121 57
Binary 100000 10111 11011000 1010101 1011001 0 1111 11110011 1010001 101111

Color Harmonies of #2017D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2017D8

Black with #2017D8

Text Example


Text Example

White with #2017D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2017D8; }

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

 H1.HeaderClassName
 {
   color: #2017D8;
 }
 .AnyTagClassName
 {
   color: #2017D8;
 }
</style>

background-color css

<style>
 a { background-color: #2017D8; }

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

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

border-color css

<style>
 span { border-color: #2017D8; }

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

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