#211DFA

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

Shades of Blue #211DFA

Tints of Blue #211DFA

Color information

#211DFA (or 0x211DFA) is unknown color: approx Blue. HEX triplet: 21, 1D and FA. RGB value is (33,29,250). Sum of RGB (Red+Green+Blue) = 33+29+250=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 29 (11.72% from 255 or 9.29% from 312); Blue value is 250 (98.05% from 255 or 80.13% from 312); Max value from RGB is 250 - color contains mainly: blue. Hex color #211DFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #211DFA is #DEE205. Grayscale: #363636. Windows color (decimal): -14606854 or 16391457. OLE color: 16391457.

HSL color Cylindrical-coordinate representation of color #211DFA: hue angle of 241.09º 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 #211DFA is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB3329250-
CMYK0.870.8800.02
HSL241.09º95.67%54.71%-
HSV(B)241.09º88.4%98.04%-
XYZ18.328.191.04-
YUV55.39237.83112.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.58%
GREEN value IS 29 (11.72% from 255) = 9.29%
BLUE value IS 250 (98.05% from 255) = 80.13%
R=10.58%
G=9.29%
B=80.13%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal33292500.870.8800.02241.0995.6754.71
Hex211DFA575802f16037
Octal41353721271300236114067
Binary100001111011111101010101111011000010111100011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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