Html Css Color HEX #221CE6 Blue

📋 copy color: '#221CE6'

red 34 ◦ green 28 ◦ blue 230

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

Shades of Blue #221CE6

Tints of Blue #221CE6

RGB

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

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

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

R = 11.64%
G = 9.59%
B = 78.77%

CMYK

 C value IS 0.85

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#221CE6 (or 0x221CE6) is known color: Blue. HEX triplet: 22, 1C and E6. RGB value is (34,28,230). Sum of RGB (Red+Green+Blue) = 34+28+230=292 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.64% from 292); Green value is 28 (11.33% from 255 or 9.59% from 292); Blue value is 230 (90.23% from 255 or 78.77% from 292); Max value from RGB is 230 - color contains mainly: blue. Hex color #221CE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #221CE6 is #DDE319. Grayscale: #343434. Windows color (decimal): -14541594 or 15080482. OLE color: 15080482.

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

Color convert

RGB 34 28 230 -
CMYK 0.85 0.88 0 0.10
HSL 241.78º 0.8% 0.51% -
HSV(B) 241.78º 0.88% 0.9% -
XYZ 15.36 6.88 75.38 -
YUV 52.82 227.99 114.57 -
System Red Green Blue C M Y K H S L
Decimal 34 28 230 0.85 0.88 0 0.10 241.78 0.8 0.51
Hex 22 1C E6 55 58 0 A F2 50 33
Octal 42 34 346 125 130 0 12 362 120 63
Binary 100010 11100 11100110 1010101 1011000 0 1010 11110010 1010000 110011

Color Harmonies of #221CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221CE6

Black with #221CE6

Text Example


Text Example

White with #221CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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