Html Css Color HEX #2215DC Medium Blue

📋 copy color: '#2215DC'

red 34 ◦ green 21 ◦ blue 220

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

Shades of Medium Blue #2215DC

Tints of Medium Blue #2215DC

RGB

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

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

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

R = 12.36%
G = 7.64%
B = 80%

CMYK

 C value IS 0.85

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2215DC (or 0x2215DC) is known color: Medium Blue. HEX triplet: 22, 15 and DC. RGB value is (34,21,220). Sum of RGB (Red+Green+Blue) = 34+21+220=275 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.36% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 220 (86.33% from 255 or 80% from 275); Max value from RGB is 220 - color contains mainly: blue. Hex color #2215DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2215DC is #DDEA23. Grayscale: #2E2E2E. Windows color (decimal): -14543396 or 14423330. OLE color: 14423330.

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

Color convert

RGB 34 21 220 -
CMYK 0.85 0.90 0 0.14
HSL 243.92º 0.83% 0.47% -
HSV(B) 243.92º 0.9% 0.86% -
XYZ 13.85 6.04 68.15 -
YUV 47.57 225.31 118.32 -
System Red Green Blue C M Y K H S L
Decimal 34 21 220 0.85 0.90 0 0.14 243.92 0.83 0.47
Hex 22 15 DC 55 5A 0 E F4 53 2F
Octal 42 25 334 125 132 0 16 364 123 57
Binary 100010 10101 11011100 1010101 1011010 0 1110 11110100 1010011 101111

Color Harmonies of #2215DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2215DC

Black with #2215DC

Text Example


Text Example

White with #2215DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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