#211BDF

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

Shades of Medium Blue #211BDF

Tints of Medium Blue #211BDF

Color information

#211BDF (or 0x211BDF) is unknown color: approx Medium Blue. HEX triplet: 21, 1B and DF. RGB value is (33,27,223). Sum of RGB (Red+Green+Blue) = 33+27+223=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 223 (87.5% from 255 or 78.80% from 283); Max value from RGB is 223 - color contains mainly: blue. Hex color #211BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211BDF is #DEE420. Grayscale: #323232. Windows color (decimal): -14607393 or 14621473. OLE color: 14621473.

HSL color Cylindrical-coordinate representation of color #211BDF: hue angle of 241.84º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #211BDF is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3327223-
CMYK0.850.8800.13
HSL241.84º78.4%49.02%-
HSV(B)241.84º87.89%87.45%-
XYZ14.346.4370.3-
YUV51.14224.99115.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.66%
GREEN value IS 27 (10.94% from 255) = 9.54%
BLUE value IS 223 (87.5% from 255) = 78.80%
R=11.66%
G=9.54%
B=78.80%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal33272230.850.8800.13241.8478.449.02
Hex211BDF55580Df24e31
Octal413333712513001536211661
Binary10000111011110111111010101101100001101111100101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,27,223); }

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

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

 a { background-color: rgb(33,27,223); }

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

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

 span { border-color: rgb(33,27,223); }

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