Html Css Color HEX #2000C5 Medium Blue

📋 copy color: '#2000C5'

red 32 ◦ green 0 ◦ blue 197

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

Shades of Medium Blue #2000C5

Tints of Medium Blue #2000C5

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 197 (77.34% from 255) = 86.03%

R = 13.97%
G = 0%
B = 86.03%

CMYK

 C value IS 0.84

 M value IS 1

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#2000C5 (or 0x2000C5) is known color: Medium Blue. HEX triplet: 20, 00 and C5. RGB value is (32,0,197). Sum of RGB (Red+Green+Blue) = 32+0+197=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 197 (77.34% from 255 or 86.03% from 229); Max value from RGB is 197 - color contains mainly: blue. Hex color #2000C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2000C5 is #DFFF3A. Grayscale: #1F1F1F. Windows color (decimal): -14679867 or 12910624. OLE color: 12910624.

HSL color Cylindrical-coordinate representation of color #2000C5: hue angle of 249.75º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2000C5 is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 32 0 197 -
CMYK 0.84 1 0 0.23
HSL 249.75º 1% 0.39% -
HSV(B) 249.75º 1% 0.77% -
XYZ 10.67 4.34 53.1 -
YUV 32.03 221.1 127.98 -
System Red Green Blue C M Y K H S L
Decimal 32 0 197 0.84 1 0 0.23 249.75 1 0.39
Hex 20 0 C5 54 64 0 17 FA 64 27
Octal 40 0 305 124 144 0 27 372 144 47
Binary 100000 0 11000101 1010100 1100100 0 10111 11111010 1100100 100111

Color Harmonies of #2000C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2000C5

Black with #2000C5

Text Example


Text Example

White with #2000C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2000C5; }

 p { color: rgb(32,0,197); }

 H1.HeaderClassName
 {
   color: #2000C5;
 }
 .AnyTagClassName
 {
   color: #2000C5;
 }
</style>

background-color css

<style>
 a { background-color: #2000C5; }

 a { background-color: rgb(32,0,197); }

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

border-color css

<style>
 span { border-color: #2000C5; }

 span { border-color: rgb(32,0,197); }

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