#2A0BDA

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

Shades of Medium Blue #2A0BDA

Tints of Medium Blue #2A0BDA

Color information

#2A0BDA (or 0x2A0BDA) is unknown color: approx Medium Blue. HEX triplet: 2A, 0B and DA. RGB value is (42,11,218). Sum of RGB (Red+Green+Blue) = 42+11+218=271 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.50% from 271); Green value is 11 (4.69% from 255 or 4.06% from 271); Blue value is 218 (85.55% from 255 or 80.44% from 271); Max value from RGB is 218 - color contains mainly: blue. Hex color #2A0BDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0BDA is #D5F425. Grayscale: #2B2B2B. Windows color (decimal): -14021670 or 14289706. OLE color: 14289706.

HSL color Cylindrical-coordinate representation of color #2A0BDA: hue angle of 248.99º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A0BDA is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB4211218-
CMYK0.810.9500.15
HSL248.99º90.39%44.9%-
HSV(B)248.99º94.95%85.49%-
XYZ13.735.7966.72-
YUV43.87226.27126.67-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.50%
GREEN value IS 11 (4.69% from 255) = 4.06%
BLUE value IS 218 (85.55% from 255) = 80.44%
R=15.50%
G=4.06%
B=80.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal42112180.810.9500.15248.9990.3944.9
Hex2ABDA515F0Ff95a2d
Octal521333212113701737113255
Binary1010101011110110101010001101111101111111110011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A0BDA; }

 p { color: rgb(42,11,218); }

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

<style>
 a { background-color: #2A0BDA; }

 a { background-color: rgb(42,11,218); }

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

<style>
 span { border-color: #2A0BDA; }

 span { border-color: rgb(42,11,218); }

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