Html Css Color HEX #2000BE Medium Blue

📋 copy color: '#2000BE'

red 32 ◦ green 0 ◦ blue 190

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

Shades of Medium Blue #2000BE

Tints of Medium Blue #2000BE

RGB

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

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

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

R = 14.41%
G = 0%
B = 85.59%

CMYK

 C value IS 0.83

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2000BE (or 0x2000BE) is known color: Medium Blue. HEX triplet: 20, 00 and BE. RGB value is (32,0,190). Sum of RGB (Red+Green+Blue) = 32+0+190=222 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.41% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 190 (74.61% from 255 or 85.59% from 222); Max value from RGB is 190 - color contains mainly: blue. Hex color #2000BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2000BE is #DFFF41. Grayscale: #1E1E1E. Windows color (decimal): -14679874 or 12451872. OLE color: 12451872.

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

Color convert

RGB 32 0 190 -
CMYK 0.83 1 0 0.25
HSL 250.11º 1% 0.37% -
HSV(B) 250.11º 1% 0.75% -
XYZ 9.89 4.02 48.97 -
YUV 31.23 217.6 128.55 -
System Red Green Blue C M Y K H S L
Decimal 32 0 190 0.83 1 0 0.25 250.11 1 0.37
Hex 20 0 BE 53 64 0 19 FA 64 25
Octal 40 0 276 123 144 0 31 372 144 45
Binary 100000 0 10111110 1010011 1100100 0 11001 11111010 1100100 100101

Color Harmonies of #2000BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2000BE

Black with #2000BE

Text Example


Text Example

White with #2000BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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