#211AD1

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

Shades of Medium Blue #211AD1

Tints of Medium Blue #211AD1

Color information

#211AD1 (or 0x211AD1) is unknown color: approx Medium Blue. HEX triplet: 21, 1A and D1. RGB value is (33,26,209). Sum of RGB (Red+Green+Blue) = 33+26+209=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 209 (82.03% from 255 or 77.99% from 268); Max value from RGB is 209 - color contains mainly: blue. Hex color #211AD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211AD1 is #DEE52E. Grayscale: #303030. Windows color (decimal): -14607663 or 13703713. OLE color: 13703713.

HSL color Cylindrical-coordinate representation of color #211AD1: hue angle of 242.3º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #211AD1 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB3326209-
CMYK0.840.8800.18
HSL242.3º77.87%46.08%-
HSV(B)242.3º87.56%81.96%-
XYZ12.515.6760.76-
YUV48.96218.32116.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.31%
GREEN value IS 26 (10.55% from 255) = 9.70%
BLUE value IS 209 (82.03% from 255) = 77.99%
R=12.31%
G=9.70%
B=77.99%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal33262090.840.8800.18242.377.8746.08
Hex211AD15458012f24e2e
Octal413232112413002236211656
Binary100001110101101000110101001011000010010111100101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,26,209); }

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

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

 a { background-color: rgb(33,26,209); }

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

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

 span { border-color: rgb(33,26,209); }

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