Html Css Color HEX #2215D5 Medium Blue

📋 copy color: '#2215D5'

red 34 ◦ green 21 ◦ blue 213

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

Shades of Medium Blue #2215D5

Tints of Medium Blue #2215D5

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.84%

 BLUE value IS 213 (83.59% from 255) = 79.48%

R = 12.69%
G = 7.84%
B = 79.48%

CMYK

 C value IS 0.84

 M value IS 0.90

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2215D5 (or 0x2215D5) is known color: Medium Blue. HEX triplet: 22, 15 and D5. RGB value is (34,21,213). Sum of RGB (Red+Green+Blue) = 34+21+213=268 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.69% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 213 (83.59% from 255 or 79.48% from 268); Max value from RGB is 213 - color contains mainly: blue. Hex color #2215D5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2215D5 is #DDEA2A. Grayscale: #2E2E2E. Windows color (decimal): -14543403 or 13964578. OLE color: 13964578.

HSL color Cylindrical-coordinate representation of color #2215D5: hue angle of 244.06º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2215D5 is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 34 21 213 -
CMYK 0.84 0.90 0 0.16
HSL 244.06º 0.82% 0.46% -
HSV(B) 244.06º 0.9% 0.84% -
XYZ 12.94 5.68 63.37 -
YUV 46.78 221.81 118.89 -
System Red Green Blue C M Y K H S L
Decimal 34 21 213 0.84 0.90 0 0.16 244.06 0.82 0.46
Hex 22 15 D5 54 5A 0 10 F4 52 2E
Octal 42 25 325 124 132 0 20 364 122 56
Binary 100010 10101 11010101 1010100 1011010 0 10000 11110100 1010010 101110

Color Harmonies of #2215D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2215D5

Black with #2215D5

Text Example


Text Example

White with #2215D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2215D5; }

 p { color: rgb(34,21,213); }

 H1.HeaderClassName
 {
   color: #2215D5;
 }
 .AnyTagClassName
 {
   color: #2215D5;
 }
</style>

background-color css

<style>
 a { background-color: #2215D5; }

 a { background-color: rgb(34,21,213); }

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

border-color css

<style>
 span { border-color: #2215D5; }

 span { border-color: rgb(34,21,213); }

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