#2216F1

Color #2216F1 Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #2216F1

Tints of Blue #2216F1

Color information

#2216F1 (or 0x2216F1) is unknown color: approx Blue. HEX triplet: 22, 16 and F1. RGB value is (34,22,241). Sum of RGB (Red+Green+Blue) = 34+22+241=297 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.45% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 241 (94.53% from 255 or 81.14% from 297); Max value from RGB is 241 - color contains mainly: blue. Hex color #2216F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2216F1 is #DDE90E. Grayscale: #313131. Windows color (decimal): -14543119 or 15799842. OLE color: 15799842.

HSL color Cylindrical-coordinate representation of color #2216F1: hue angle of 243.29º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2216F1 is Cyan = 0.86, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB3422241-
CMYK0.860.9100.05
HSL243.29º88.66%51.57%-
HSV(B)243.29º90.87%94.51%-
XYZ16.827.2683.73-
YUV50.55235.48116.19-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.45%
GREEN value IS 22 (8.98% from 255) = 7.41%
BLUE value IS 241 (94.53% from 255) = 81.14%
R=11.45%
G=7.41%
B=81.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal34222410.860.9100.05243.2988.6651.57
Hex2216F1565B05f35934
Octal42263611261330536313164
Binary1000101011011110001101011010110110101111100111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2216F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2216F1; }

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

 H1.HeaderClassName
 {
   color: #2216F1;
 }
 .AnyTagClassName
 {
   color: #2216F1;
 }
</style>
background-color css

<style>
 a { background-color: #2216F1; }

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

 div.DivClassName
 {
   background-color: #2216F1;
 }
 .BgClassName
 {
   background-color: #2216F1;
 }
</style>
border-color css

<style>
 span { border-color: #2216F1; }

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

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