#2811DD

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

Shades of Medium Blue #2811DD

Tints of Medium Blue #2811DD

Color information

#2811DD (or 0x2811DD) is unknown color: approx Medium Blue. HEX triplet: 28, 11 and DD. RGB value is (40,17,221). Sum of RGB (Red+Green+Blue) = 40+17+221=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 221 (86.72% from 255 or 79.50% from 278); Max value from RGB is 221 - color contains mainly: blue. Hex color #2811DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2811DD is #D7EE22. Grayscale: #2E2E2E. Windows color (decimal): -14151203 or 14487848. OLE color: 14487848.

HSL color Cylindrical-coordinate representation of color #2811DD: hue angle of 246.76º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2811DD is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4017221-
CMYK0.820.9200.13
HSL246.76º85.71%46.67%-
HSV(B)246.76º92.31%86.67%-
XYZ14.136.0768.83-
YUV47.13226.12122.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.39%
GREEN value IS 17 (7.03% from 255) = 6.12%
BLUE value IS 221 (86.72% from 255) = 79.50%
R=14.39%
G=6.12%
B=79.50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal40172210.820.9200.13246.7685.7146.67
Hex2811DD525C0Df7562f
Octal502133512213401536712657
Binary10100010001110111011010010101110001101111101111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2811DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2811DD; }

 p { color: rgb(40,17,221); }

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

<style>
 a { background-color: #2811DD; }

 a { background-color: rgb(40,17,221); }

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

<style>
 span { border-color: #2811DD; }

 span { border-color: rgb(40,17,221); }

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