Html Css Color HEX #221EF1 Blue

📋 copy color: '#221EF1'

red 34 ◦ green 30 ◦ blue 241

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

Shades of Blue #221EF1

Tints of Blue #221EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 79.02%

R = 11.15%
G = 9.84%
B = 79.02%

CMYK

 C value IS 0.86

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#221EF1 (or 0x221EF1) is known color: Blue. HEX triplet: 22, 1E and F1. RGB value is (34,30,241). Sum of RGB (Red+Green+Blue) = 34+30+241=305 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.15% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 241 (94.53% from 255 or 79.02% from 305); Max value from RGB is 241 - color contains mainly: blue. Hex color #221EF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #221EF1 is #DDE10E. Grayscale: #363636. Windows color (decimal): -14541071 or 15801890. OLE color: 15801890.

HSL color Cylindrical-coordinate representation of color #221EF1: hue angle of 241.14º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #221EF1 is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 34 30 241 -
CMYK 0.86 0.88 0 0.05
HSL 241.14º 0.88% 0.53% -
HSV(B) 241.14º 0.88% 0.95% -
XYZ 17 7.62 83.79 -
YUV 55.25 232.83 112.84 -
System Red Green Blue C M Y K H S L
Decimal 34 30 241 0.86 0.88 0 0.05 241.14 0.88 0.53
Hex 22 1E F1 56 58 0 5 F1 58 35
Octal 42 36 361 126 130 0 5 361 130 65
Binary 100010 11110 11110001 1010110 1011000 0 101 11110001 1011000 110101

Color Harmonies of #221EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221EF1

Black with #221EF1

Text Example


Text Example

White with #221EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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