Html Css Color HEX #2012BB Medium Blue

📋 copy color: '#2012BB'

red 32 ◦ green 18 ◦ blue 187

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

Shades of Medium Blue #2012BB

Tints of Medium Blue #2012BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 78.9%

R = 13.5%
G = 7.59%
B = 78.9%

CMYK

 C value IS 0.83

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2012BB (or 0x2012BB) is known color: Medium Blue. HEX triplet: 20, 12 and BB. RGB value is (32,18,187). Sum of RGB (Red+Green+Blue) = 32+18+187=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 187 (73.44% from 255 or 78.90% from 237); Max value from RGB is 187 - color contains mainly: blue. Hex color #2012BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2012BB is #DFED44. Grayscale: #282828. Windows color (decimal): -14675269 or 12259872. OLE color: 12259872.

HSL color Cylindrical-coordinate representation of color #2012BB: hue angle of 244.97º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2012BB is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 32 18 187 -
CMYK 0.83 0.90 0 0.27
HSL 244.97º 0.82% 0.4% -
HSV(B) 244.97º 0.9% 0.73% -
XYZ 9.78 4.33 47.33 -
YUV 41.45 210.14 121.26 -
System Red Green Blue C M Y K H S L
Decimal 32 18 187 0.83 0.90 0 0.27 244.97 0.82 0.4
Hex 20 12 BB 53 5A 0 1B F5 52 28
Octal 40 22 273 123 132 0 33 365 122 50
Binary 100000 10010 10111011 1010011 1011010 0 11011 11110101 1010010 101000

Color Harmonies of #2012BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2012BB

Black with #2012BB

Text Example


Text Example

White with #2012BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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