Html Css Color HEX #2213D2 Medium Blue

📋 copy color: '#2213D2'

red 34 ◦ green 19 ◦ blue 210

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

Shades of Medium Blue #2213D2

Tints of Medium Blue #2213D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 79.85%

R = 12.93%
G = 7.22%
B = 79.85%

CMYK

 C value IS 0.84

 M value IS 0.91

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#2213D2 (or 0x2213D2) is known color: Medium Blue. HEX triplet: 22, 13 and D2. RGB value is (34,19,210). Sum of RGB (Red+Green+Blue) = 34+19+210=263 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.93% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 210 (82.42% from 255 or 79.85% from 263); Max value from RGB is 210 - color contains mainly: blue. Hex color #2213D2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2213D2 is #DDEC2D. Grayscale: #2C2C2C. Windows color (decimal): -14543918 or 13767458. OLE color: 13767458.

HSL color Cylindrical-coordinate representation of color #2213D2: hue angle of 244.71º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2213D2 is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 34 19 210 -
CMYK 0.84 0.91 0 0.18
HSL 244.71º 0.83% 0.45% -
HSV(B) 244.71º 0.91% 0.82% -
XYZ 12.53 5.46 61.37 -
YUV 45.26 220.97 119.97 -
System Red Green Blue C M Y K H S L
Decimal 34 19 210 0.84 0.91 0 0.18 244.71 0.83 0.45
Hex 22 13 D2 54 5B 0 12 F5 53 2D
Octal 42 23 322 124 133 0 22 365 123 55
Binary 100010 10011 11010010 1010100 1011011 0 10010 11110101 1010011 101101

Color Harmonies of #2213D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2213D2

Black with #2213D2

Text Example


Text Example

White with #2213D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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