Html Css Color HEX #2112BD Medium Blue

📋 copy color: '#2112BD'

red 33 ◦ green 18 ◦ blue 189

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

Shades of Medium Blue #2112BD

Tints of Medium Blue #2112BD

RGB

 RED value IS 33 (13.28% from 255) = 13.75%

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

 BLUE value IS 189 (74.22% from 255) = 78.75%

R = 13.75%
G = 7.5%
B = 78.75%

CMYK

 C value IS 0.83

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2112BD (or 0x2112BD) is known color: Medium Blue. HEX triplet: 21, 12 and BD. RGB value is (33,18,189). Sum of RGB (Red+Green+Blue) = 33+18+189=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 189 (74.22% from 255 or 78.75% from 240); Max value from RGB is 189 - color contains mainly: blue. Hex color #2112BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2112BD is #DEED42. Grayscale: #292929. Windows color (decimal): -14609731 or 12390945. OLE color: 12390945.

HSL color Cylindrical-coordinate representation of color #2112BD: hue angle of 245.26º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2112BD is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 33 18 189 -
CMYK 0.83 0.90 0 0.26
HSL 245.26º 0.83% 0.41% -
HSV(B) 245.26º 0.9% 0.74% -
XYZ 10.03 4.43 48.47 -
YUV 41.98 210.97 121.6 -
System Red Green Blue C M Y K H S L
Decimal 33 18 189 0.83 0.90 0 0.26 245.26 0.83 0.41
Hex 21 12 BD 53 5A 0 1A F5 53 29
Octal 41 22 275 123 132 0 32 365 123 51
Binary 100001 10010 10111101 1010011 1011010 0 11010 11110101 1010011 101001

Color Harmonies of #2112BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2112BD

Black with #2112BD

Text Example


Text Example

White with #2112BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2112BD; }

 p { color: rgb(33,18,189); }

 H1.HeaderClassName
 {
   color: #2112BD;
 }
 .AnyTagClassName
 {
   color: #2112BD;
 }
</style>

background-color css

<style>
 a { background-color: #2112BD; }

 a { background-color: rgb(33,18,189); }

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

border-color css

<style>
 span { border-color: #2112BD; }

 span { border-color: rgb(33,18,189); }

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