Html Css Color HEX #2001BE Medium Blue

📋 copy color: '#2001BE'

red 32 ◦ green 1 ◦ blue 190

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

Shades of Medium Blue #2001BE

Tints of Medium Blue #2001BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 85.2%

R = 14.35%
G = 0.45%
B = 85.2%

CMYK

 C value IS 0.83

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2001BE (or 0x2001BE) is known color: Medium Blue. HEX triplet: 20, 01 and BE. RGB value is (32,1,190). Sum of RGB (Red+Green+Blue) = 32+1+190=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 190 (74.61% from 255 or 85.20% from 223); Max value from RGB is 190 - color contains mainly: blue. Hex color #2001BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2001BE is #DFFE41. Grayscale: #1F1F1F. Windows color (decimal): -14679618 or 12452128. OLE color: 12452128.

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

Color convert

RGB 32 1 190 -
CMYK 0.83 0.99 0 0.25
HSL 249.84º 0.99% 0.37% -
HSV(B) 249.84º 0.99% 0.75% -
XYZ 9.9 4.05 48.97 -
YUV 31.82 217.27 128.13 -
System Red Green Blue C M Y K H S L
Decimal 32 1 190 0.83 0.99 0 0.25 249.84 0.99 0.37
Hex 20 1 BE 53 63 0 19 FA 63 25
Octal 40 1 276 123 143 0 31 372 143 45
Binary 100000 1 10111110 1010011 1100011 0 11001 11111010 1100011 100101

Color Harmonies of #2001BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2001BE

Black with #2001BE

Text Example


Text Example

White with #2001BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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