#2A0DBE

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

Shades of Medium Blue #2A0DBE

Tints of Medium Blue #2A0DBE

Color information

#2A0DBE (or 0x2A0DBE) is unknown color: approx Medium Blue. HEX triplet: 2A, 0D and BE. RGB value is (42,13,190). Sum of RGB (Red+Green+Blue) = 42+13+190=245 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.14% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 190 (74.61% from 255 or 77.55% from 245); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A0DBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0DBE is #D5F241. Grayscale: #292929. Windows color (decimal): -14021186 or 12455210. OLE color: 12455210.

HSL color Cylindrical-coordinate representation of color #2A0DBE: hue angle of 249.83º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A0DBE is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4213190-
CMYK0.780.9300.25
HSL249.83º87.19%39.8%-
HSV(B)249.83º93.16%74.51%-
XYZ10.394.549.04-
YUV41.85211.61128.11-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.14%
GREEN value IS 13 (5.47% from 255) = 5.31%
BLUE value IS 190 (74.61% from 255) = 77.55%
R=17.14%
G=5.31%
B=77.55%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal42131900.780.9300.25249.8387.1939.8
Hex2ADBE4E5D019fa5728
Octal521527611613503137212750
Binary10101011011011111010011101011101011001111110101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,13,190); }

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

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

 a { background-color: rgb(42,13,190); }

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

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

 span { border-color: rgb(42,13,190); }

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