Html Css Color HEX #2001BC Medium Blue

📋 copy color: '#2001BC'

red 32 ◦ green 1 ◦ blue 188

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

Shades of Medium Blue #2001BC

Tints of Medium Blue #2001BC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

 BLUE value IS 188 (73.83% from 255) = 85.07%

R = 14.48%
G = 0.45%
B = 85.07%

CMYK

 C value IS 0.83

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2001BC (or 0x2001BC) is known color: Medium Blue. HEX triplet: 20, 01 and BC. RGB value is (32,1,188). Sum of RGB (Red+Green+Blue) = 32+1+188=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 188 (73.83% from 255 or 85.07% from 221); Max value from RGB is 188 - color contains mainly: blue. Hex color #2001BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2001BC is #DFFE43. Grayscale: #1E1E1E. Windows color (decimal): -14679620 or 12321056. OLE color: 12321056.

HSL color Cylindrical-coordinate representation of color #2001BC: hue angle of 249.95º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2001BC is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 32 1 188 -
CMYK 0.83 0.99 0 0.26
HSL 249.95º 0.99% 0.37% -
HSV(B) 249.95º 0.99% 0.74% -
XYZ 9.68 3.96 47.83 -
YUV 31.59 216.27 128.29 -
System Red Green Blue C M Y K H S L
Decimal 32 1 188 0.83 0.99 0 0.26 249.95 0.99 0.37
Hex 20 1 BC 53 63 0 1A FA 63 25
Octal 40 1 274 123 143 0 32 372 143 45
Binary 100000 1 10111100 1010011 1100011 0 11010 11111010 1100011 100101

Color Harmonies of #2001BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2001BC

Black with #2001BC

Text Example


Text Example

White with #2001BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2001BC; }

 p { color: rgb(32,1,188); }

 H1.HeaderClassName
 {
   color: #2001BC;
 }
 .AnyTagClassName
 {
   color: #2001BC;
 }
</style>

background-color css

<style>
 a { background-color: #2001BC; }

 a { background-color: rgb(32,1,188); }

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

border-color css

<style>
 span { border-color: #2001BC; }

 span { border-color: rgb(32,1,188); }

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