Html Css Color HEX #221BE0 Medium Blue

📋 copy color: '#221BE0'

red 34 ◦ green 27 ◦ blue 224

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

Shades of Medium Blue #221BE0

Tints of Medium Blue #221BE0

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.47%

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

R = 11.93%
G = 9.47%
B = 78.6%

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

#221BE0 (or 0x221BE0) is known color: Medium Blue. HEX triplet: 22, 1B and E0. RGB value is (34,27,224). Sum of RGB (Red+Green+Blue) = 34+27+224=285 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.93% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 224 (87.89% from 255 or 78.60% from 285); Max value from RGB is 224 - color contains mainly: blue. Hex color #221BE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221BE0 is #DDE41F. Grayscale: #323232. Windows color (decimal): -14541856 or 14687010. OLE color: 14687010.

HSL color Cylindrical-coordinate representation of color #221BE0: hue angle of 242.13º 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 #221BE0 is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 34 27 224 -
CMYK 0.85 0.88 0 0.12
HSL 242.13º 0.78% 0.49% -
HSV(B) 242.13º 0.88% 0.88% -
XYZ 14.51 6.51 71.01 -
YUV 51.55 225.32 115.48 -
System Red Green Blue C M Y K H S L
Decimal 34 27 224 0.85 0.88 0 0.12 242.13 0.78 0.49
Hex 22 1B E0 55 58 0 C F2 4E 31
Octal 42 33 340 125 130 0 14 362 116 61
Binary 100010 11011 11100000 1010101 1011000 0 1100 11110010 1001110 110001

Color Harmonies of #221BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221BE0

Black with #221BE0

Text Example


Text Example

White with #221BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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