Html Css Color HEX #221CE0 Medium Blue

📋 copy color: '#221CE0'

red 34 ◦ green 28 ◦ blue 224

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

Shades of Medium Blue #221CE0

Tints of Medium Blue #221CE0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.79%

 BLUE value IS 224 (87.89% from 255) = 78.32%

R = 11.89%
G = 9.79%
B = 78.32%

CMYK

 C value IS 0.85

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#221CE0 (or 0x221CE0) is known color: Medium Blue. HEX triplet: 22, 1C and E0. RGB value is (34,28,224). Sum of RGB (Red+Green+Blue) = 34+28+224=286 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.89% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 224 (87.89% from 255 or 78.32% from 286); Max value from RGB is 224 - color contains mainly: blue. Hex color #221CE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221CE0 is #DDE31F. Grayscale: #333333. Windows color (decimal): -14541600 or 14687266. OLE color: 14687266.

HSL color Cylindrical-coordinate representation of color #221CE0: hue angle of 241.84º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #221CE0 is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 34 28 224 -
CMYK 0.85 0.88 0 0.12
HSL 241.84º 0.78% 0.49% -
HSV(B) 241.84º 0.88% 0.88% -
XYZ 14.53 6.55 71.02 -
YUV 52.14 224.99 115.06 -
System Red Green Blue C M Y K H S L
Decimal 34 28 224 0.85 0.88 0 0.12 241.84 0.78 0.49
Hex 22 1C E0 55 58 0 C F2 4E 31
Octal 42 34 340 125 130 0 14 362 116 61
Binary 100010 11100 11100000 1010101 1011000 0 1100 11110010 1001110 110001

Color Harmonies of #221CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221CE0

Black with #221CE0

Text Example


Text Example

White with #221CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221CE0; }

 p { color: rgb(34,28,224); }

 H1.HeaderClassName
 {
   color: #221CE0;
 }
 .AnyTagClassName
 {
   color: #221CE0;
 }
</style>

background-color css

<style>
 a { background-color: #221CE0; }

 a { background-color: rgb(34,28,224); }

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

border-color css

<style>
 span { border-color: #221CE0; }

 span { border-color: rgb(34,28,224); }

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