Html Css Color HEX #220EBC Medium Blue

📋 copy color: '#220EBC'

red 34 ◦ green 14 ◦ blue 188

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

Shades of Medium Blue #220EBC

Tints of Medium Blue #220EBC

RGB

 RED value IS 34 (13.67% from 255) = 14.41%

 GREEN value IS 14 (5.86% from 255) = 5.93%

 BLUE value IS 188 (73.83% from 255) = 79.66%

R = 14.41%
G = 5.93%
B = 79.66%

CMYK

 C value IS 0.82

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#220EBC (or 0x220EBC) is known color: Medium Blue. HEX triplet: 22, 0E and BC. RGB value is (34,14,188). Sum of RGB (Red+Green+Blue) = 34+14+188=236 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.41% from 236); Green value is 14 (5.86% from 255 or 5.93% from 236); Blue value is 188 (73.83% from 255 or 79.66% from 236); Max value from RGB is 188 - color contains mainly: blue. Hex color #220EBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220EBC is #DDF143. Grayscale: #272727. Windows color (decimal): -14545220 or 12324386. OLE color: 12324386.

HSL color Cylindrical-coordinate representation of color #220EBC: hue angle of 246.9º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #220EBC is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 34 14 188 -
CMYK 0.82 0.93 0 0.26
HSL 246.9º 0.86% 0.4% -
HSV(B) 246.9º 0.93% 0.74% -
XYZ 9.89 4.28 47.88 -
YUV 39.82 211.63 123.85 -
System Red Green Blue C M Y K H S L
Decimal 34 14 188 0.82 0.93 0 0.26 246.9 0.86 0.4
Hex 22 E BC 52 5D 0 1A F7 56 28
Octal 42 16 274 122 135 0 32 367 126 50
Binary 100010 1110 10111100 1010010 1011101 0 11010 11110111 1010110 101000

Color Harmonies of #220EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220EBC

Black with #220EBC

Text Example


Text Example

White with #220EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220EBC; }

 p { color: rgb(34,14,188); }

 H1.HeaderClassName
 {
   color: #220EBC;
 }
 .AnyTagClassName
 {
   color: #220EBC;
 }
</style>

background-color css

<style>
 a { background-color: #220EBC; }

 a { background-color: rgb(34,14,188); }

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

border-color css

<style>
 span { border-color: #220EBC; }

 span { border-color: rgb(34,14,188); }

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