Html Css Color HEX #2111BE Medium Blue

📋 copy color: '#2111BE'

red 33 ◦ green 17 ◦ blue 190

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

Shades of Medium Blue #2111BE

Tints of Medium Blue #2111BE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.08%

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

R = 13.75%
G = 7.08%
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

#2111BE (or 0x2111BE) is known color: Medium Blue. HEX triplet: 21, 11 and BE. RGB value is (33,17,190). Sum of RGB (Red+Green+Blue) = 33+17+190=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 17 (7.03% from 255 or 7.08% 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 #2111BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2111BE is #DEEE41. Grayscale: #282828. Windows color (decimal): -14609986 or 12456225. OLE color: 12456225.

HSL color Cylindrical-coordinate representation of color #2111BE: hue angle of 245.55º degrees, saturation: 0.84, 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 #2111BE is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 17 190 -
CMYK 0.83 0.91 0 0.25
HSL 245.55º 0.84% 0.41% -
HSV(B) 245.55º 0.91% 0.75% -
XYZ 10.12 4.44 49.04 -
YUV 41.51 211.8 121.93 -
System Red Green Blue C M Y K H S L
Decimal 33 17 190 0.83 0.91 0 0.25 245.55 0.84 0.41
Hex 21 11 BE 53 5B 0 19 F6 54 29
Octal 41 21 276 123 133 0 31 366 124 51
Binary 100001 10001 10111110 1010011 1011011 0 11001 11110110 1010100 101001

Color Harmonies of #2111BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2111BE

Black with #2111BE

Text Example


Text Example

White with #2111BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,17,190); }

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

background-color css

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

 a { background-color: rgb(33,17,190); }

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

border-color css

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

 span { border-color: rgb(33,17,190); }

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