Html Css Color HEX #2017CD Medium Blue

📋 copy color: '#2017CD'

red 32 ◦ green 23 ◦ blue 205

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

Shades of Medium Blue #2017CD

Tints of Medium Blue #2017CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 78.85%

R = 12.31%
G = 8.85%
B = 78.85%

CMYK

 C value IS 0.84

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2017CD (or 0x2017CD) is known color: Medium Blue. HEX triplet: 20, 17 and CD. RGB value is (32,23,205). Sum of RGB (Red+Green+Blue) = 32+23+205=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 205 (80.47% from 255 or 78.85% from 260); Max value from RGB is 205 - color contains mainly: blue. Hex color #2017CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2017CD is #DFE832. Grayscale: #2D2D2D. Windows color (decimal): -14673971 or 13440800. OLE color: 13440800.

HSL color Cylindrical-coordinate representation of color #2017CD: hue angle of 242.97º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2017CD is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 23 205 -
CMYK 0.84 0.89 0 0.20
HSL 242.97º 0.8% 0.45% -
HSV(B) 242.97º 0.89% 0.8% -
XYZ 11.92 5.33 58.16 -
YUV 46.44 217.48 117.7 -
System Red Green Blue C M Y K H S L
Decimal 32 23 205 0.84 0.89 0 0.20 242.97 0.8 0.45
Hex 20 17 CD 54 59 0 14 F3 50 2D
Octal 40 27 315 124 131 0 24 363 120 55
Binary 100000 10111 11001101 1010100 1011001 0 10100 11110011 1010000 101101

Color Harmonies of #2017CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2017CD

Black with #2017CD

Text Example


Text Example

White with #2017CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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