Html Css Color HEX #2311DC Medium Blue

📋 copy color: '#2311DC'

red 35 ◦ green 17 ◦ blue 220

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

Shades of Medium Blue #2311DC

Tints of Medium Blue #2311DC

RGB

 RED value IS 35 (14.06% from 255) = 12.87%

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

 BLUE value IS 220 (86.33% from 255) = 80.88%

R = 12.87%
G = 6.25%
B = 80.88%

CMYK

 C value IS 0.84

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2311DC (or 0x2311DC) is known color: Medium Blue. HEX triplet: 23, 11 and DC. RGB value is (35,17,220). Sum of RGB (Red+Green+Blue) = 35+17+220=272 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.87% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 220 (86.33% from 255 or 80.88% from 272); Max value from RGB is 220 - color contains mainly: blue. Hex color #2311DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2311DC is #DCEE23. Grayscale: #2C2C2C. Windows color (decimal): -14478884 or 14422307. OLE color: 14422307.

HSL color Cylindrical-coordinate representation of color #2311DC: hue angle of 245.32º 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 #2311DC is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 17 220 -
CMYK 0.84 0.92 0 0.14
HSL 245.32º 0.86% 0.46% -
HSV(B) 245.32º 0.92% 0.86% -
XYZ 13.81 5.93 68.13 -
YUV 45.52 226.46 120.49 -
System Red Green Blue C M Y K H S L
Decimal 35 17 220 0.84 0.92 0 0.14 245.32 0.86 0.46
Hex 23 11 DC 54 5C 0 E F5 56 2E
Octal 43 21 334 124 134 0 16 365 126 56
Binary 100011 10001 11011100 1010100 1011100 0 1110 11110101 1010110 101110

Color Harmonies of #2311DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2311DC

Black with #2311DC

Text Example


Text Example

White with #2311DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2311DC; }

 p { color: rgb(35,17,220); }

 H1.HeaderClassName
 {
   color: #2311DC;
 }
 .AnyTagClassName
 {
   color: #2311DC;
 }
</style>

background-color css

<style>
 a { background-color: #2311DC; }

 a { background-color: rgb(35,17,220); }

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

border-color css

<style>
 span { border-color: #2311DC; }

 span { border-color: rgb(35,17,220); }

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