#221BF9

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

Shades of Blue #221BF9

Tints of Blue #221BF9

Color information

#221BF9 (or 0x221BF9) is unknown color: approx Blue. HEX triplet: 22, 1B and F9. RGB value is (34,27,249). Sum of RGB (Red+Green+Blue) = 34+27+249=310 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.97% from 310); Green value is 27 (10.94% from 255 or 8.71% from 310); Blue value is 249 (97.66% from 255 or 80.32% from 310); Max value from RGB is 249 - color contains mainly: blue. Hex color #221BF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #221BF9 is #DDE406. Grayscale: #353535. Windows color (decimal): -14541831 or 16325410. OLE color: 16325410.

HSL color Cylindrical-coordinate representation of color #221BF9: hue angle of 241.89º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #221BF9 is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB3427249-
CMYK0.860.8900.02
HSL241.89º94.87%54.12%-
HSV(B)241.89º89.16%97.65%-
XYZ18.157.9690.2-
YUV54.4237.82113.45-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.97%
GREEN value IS 27 (10.94% from 255) = 8.71%
BLUE value IS 249 (97.66% from 255) = 80.32%
R=10.97%
G=8.71%
B=80.32%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal34272490.860.8900.02241.8994.8754.12
Hex221BF9565902f25f36
Octal42333711261310236213766
Binary100010110111111100110101101011001010111100101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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