Html Css Color HEX #221EE6 Blue

📋 copy color: '#221EE6'

red 34 ◦ green 30 ◦ blue 230

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

Shades of Blue #221EE6

Tints of Blue #221EE6

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.2%

 BLUE value IS 230 (90.23% from 255) = 78.23%

R = 11.56%
G = 10.2%
B = 78.23%

CMYK

 C value IS 0.85

 M value IS 0.87

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#221EE6 (or 0x221EE6) is known color: Blue. HEX triplet: 22, 1E and E6. RGB value is (34,30,230). Sum of RGB (Red+Green+Blue) = 34+30+230=294 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.56% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 230 (90.23% from 255 or 78.23% from 294); Max value from RGB is 230 - color contains mainly: blue. Hex color #221EE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #221EE6 is #DDE119. Grayscale: #353535. Windows color (decimal): -14541082 or 15080994. OLE color: 15080994.

HSL color Cylindrical-coordinate representation of color #221EE6: hue angle of 241.2º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #221EE6 is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 34 30 230 -
CMYK 0.85 0.87 0 0.10
HSL 241.2º 0.8% 0.51% -
HSV(B) 241.2º 0.87% 0.9% -
XYZ 15.41 6.98 75.4 -
YUV 54 227.33 113.74 -
System Red Green Blue C M Y K H S L
Decimal 34 30 230 0.85 0.87 0 0.10 241.2 0.8 0.51
Hex 22 1E E6 55 57 0 A F1 50 33
Octal 42 36 346 125 127 0 12 361 120 63
Binary 100010 11110 11100110 1010101 1010111 0 1010 11110001 1010000 110011

Color Harmonies of #221EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221EE6

Black with #221EE6

Text Example


Text Example

White with #221EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,30,230); }

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

background-color css

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

 a { background-color: rgb(34,30,230); }

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

border-color css

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

 span { border-color: rgb(34,30,230); }

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