#2A0ECC

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

Shades of Medium Blue #2A0ECC

Tints of Medium Blue #2A0ECC

Color information

#2A0ECC (or 0x2A0ECC) is unknown color: approx Medium Blue. HEX triplet: 2A, 0E and CC. RGB value is (42,14,204). Sum of RGB (Red+Green+Blue) = 42+14+204=260 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.15% from 260); Green value is 14 (5.86% from 255 or 5.38% from 260); Blue value is 204 (80.08% from 255 or 78.46% from 260); Max value from RGB is 204 - color contains mainly: blue. Hex color #2A0ECC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0ECC is #D5F133. Grayscale: #2B2B2B. Windows color (decimal): -14020916 or 13372970. OLE color: 13372970.

HSL color Cylindrical-coordinate representation of color #2A0ECC: hue angle of 248.84º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A0ECC is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB4214204-
CMYK0.790.9300.2
HSL248.84º87.16%42.75%-
HSV(B)248.84º93.14%80%-
XYZ12.015.1757.49-
YUV44.03218.28126.55-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.15%
GREEN value IS 14 (5.86% from 255) = 5.38%
BLUE value IS 204 (80.08% from 255) = 78.46%
R=16.15%
G=5.38%
B=78.46%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal42142040.790.9300.2248.8487.1642.75
Hex2AECC4F5D014f9572b
Octal521631411713502437112753
Binary10101011101100110010011111011101010100111110011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,14,204); }

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

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

 a { background-color: rgb(42,14,204); }

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

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

 span { border-color: rgb(42,14,204); }

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