#221DFA

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

Shades of Blue #221DFA

Tints of Blue #221DFA

Color information

#221DFA (or 0x221DFA) is unknown color: approx Blue. HEX triplet: 22, 1D and FA. RGB value is (34,29,250). Sum of RGB (Red+Green+Blue) = 34+29+250=313 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.86% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 250 (98.05% from 255 or 79.87% from 313); Max value from RGB is 250 - color contains mainly: blue. Hex color #221DFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #221DFA is #DDE205. Grayscale: #363636. Windows color (decimal): -14541318 or 16391458. OLE color: 16391458.

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

Color convert

RGB3429250-
CMYK0.860.8800.02
HSL241.36º95.67%54.71%-
HSV(B)241.36º88.4%98.04%-
XYZ18.358.1291.04-
YUV55.69237.66112.53-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.86%
GREEN value IS 29 (11.72% from 255) = 9.27%
BLUE value IS 250 (98.05% from 255) = 79.87%
R=10.86%
G=9.27%
B=79.87%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal34292500.860.8800.02241.3695.6754.71
Hex221DFA565802f16037
Octal42353721261300236114067
Binary100010111011111101010101101011000010111100011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,29,250); }

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

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

 a { background-color: rgb(34,29,250); }

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

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

 span { border-color: rgb(34,29,250); }

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