Html Css Color HEX #2213DC Medium Blue

📋 copy color: '#2213DC'

red 34 ◦ green 19 ◦ blue 220

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

Shades of Medium Blue #2213DC

Tints of Medium Blue #2213DC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.96%

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

R = 12.45%
G = 6.96%
B = 80.59%

CMYK

 C value IS 0.85

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2213DC (or 0x2213DC) is known color: Medium Blue. HEX triplet: 22, 13 and DC. RGB value is (34,19,220). Sum of RGB (Red+Green+Blue) = 34+19+220=273 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.45% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 220 (86.33% from 255 or 80.59% from 273); Max value from RGB is 220 - color contains mainly: blue. Hex color #2213DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2213DC is #DDEC23. Grayscale: #2D2D2D. Windows color (decimal): -14543908 or 14422818. OLE color: 14422818.

HSL color Cylindrical-coordinate representation of color #2213DC: hue angle of 244.48º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2213DC is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 34 19 220 -
CMYK 0.85 0.91 0 0.14
HSL 244.48º 0.84% 0.47% -
HSV(B) 244.48º 0.91% 0.86% -
XYZ 13.81 5.97 68.14 -
YUV 46.4 225.97 119.16 -
System Red Green Blue C M Y K H S L
Decimal 34 19 220 0.85 0.91 0 0.14 244.48 0.84 0.47
Hex 22 13 DC 55 5B 0 E F4 54 2F
Octal 42 23 334 125 133 0 16 364 124 57
Binary 100010 10011 11011100 1010101 1011011 0 1110 11110100 1010100 101111

Color Harmonies of #2213DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2213DC

Black with #2213DC

Text Example


Text Example

White with #2213DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,19,220); }

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

background-color css

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

 a { background-color: rgb(34,19,220); }

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

border-color css

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

 span { border-color: rgb(34,19,220); }

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