Html Css Color HEX #2012BE Medium Blue

📋 copy color: '#2012BE'

red 32 ◦ green 18 ◦ blue 190

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

Shades of Medium Blue #2012BE

Tints of Medium Blue #2012BE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.5%

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

R = 13.33%
G = 7.5%
B = 79.17%

CMYK

 C value IS 0.83

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2012BE (or 0x2012BE) is known color: Medium Blue. HEX triplet: 20, 12 and BE. RGB value is (32,18,190). Sum of RGB (Red+Green+Blue) = 32+18+190=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 190 (74.61% from 255 or 79.17% from 240); Max value from RGB is 190 - color contains mainly: blue. Hex color #2012BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2012BE is #DFED41. Grayscale: #292929. Windows color (decimal): -14675266 or 12456480. OLE color: 12456480.

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

Color convert

RGB 32 18 190 -
CMYK 0.83 0.91 0 0.25
HSL 244.88º 0.83% 0.41% -
HSV(B) 244.88º 0.91% 0.75% -
XYZ 10.11 4.46 49.04 -
YUV 41.79 211.64 121.01 -
System Red Green Blue C M Y K H S L
Decimal 32 18 190 0.83 0.91 0 0.25 244.88 0.83 0.41
Hex 20 12 BE 53 5B 0 19 F5 53 29
Octal 40 22 276 123 133 0 31 365 123 51
Binary 100000 10010 10111110 1010011 1011011 0 11001 11110101 1010011 101001

Color Harmonies of #2012BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2012BE

Black with #2012BE

Text Example


Text Example

White with #2012BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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