Html Css Color HEX #2111DB Medium Blue

📋 copy color: '#2111DB'

red 33 ◦ green 17 ◦ blue 219

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

Shades of Medium Blue #2111DB

Tints of Medium Blue #2111DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 81.41%

R = 12.27%
G = 6.32%
B = 81.41%

CMYK

 C value IS 0.85

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2111DB (or 0x2111DB) is known color: Medium Blue. HEX triplet: 21, 11 and DB. RGB value is (33,17,219). Sum of RGB (Red+Green+Blue) = 33+17+219=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 219 (85.94% from 255 or 81.41% from 269); Max value from RGB is 219 - color contains mainly: blue. Hex color #2111DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2111DB is #DEEE24. Grayscale: #2C2C2C. Windows color (decimal): -14609957 or 14356769. OLE color: 14356769.

HSL color Cylindrical-coordinate representation of color #2111DB: hue angle of 244.75º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2111DB is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 33 17 219 -
CMYK 0.85 0.92 0 0.14
HSL 244.75º 0.86% 0.46% -
HSV(B) 244.75º 0.92% 0.86% -
XYZ 13.61 5.84 67.43 -
YUV 44.81 226.3 119.57 -
System Red Green Blue C M Y K H S L
Decimal 33 17 219 0.85 0.92 0 0.14 244.75 0.86 0.46
Hex 21 11 DB 55 5C 0 E F5 56 2E
Octal 41 21 333 125 134 0 16 365 126 56
Binary 100001 10001 11011011 1010101 1011100 0 1110 11110101 1010110 101110

Color Harmonies of #2111DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2111DB

Black with #2111DB

Text Example


Text Example

White with #2111DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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