#2A0FCD

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

Shades of Medium Blue #2A0FCD

Tints of Medium Blue #2A0FCD

Color information

#2A0FCD (or 0x2A0FCD) is unknown color: approx Medium Blue. HEX triplet: 2A, 0F and CD. RGB value is (42,15,205). Sum of RGB (Red+Green+Blue) = 42+15+205=262 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.03% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 205 (80.47% from 255 or 78.24% from 262); Max value from RGB is 205 - color contains mainly: blue. Hex color #2A0FCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0FCD is #D5F032. Grayscale: #2C2C2C. Windows color (decimal): -14020659 or 13438762. OLE color: 13438762.

HSL color Cylindrical-coordinate representation of color #2A0FCD: hue angle of 248.53º degrees, saturation: 0.86, 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 #2A0FCD is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4215205-
CMYK0.800.9300.20
HSL248.53º86.36%43.14%-
HSV(B)248.53º92.68%80.39%-
XYZ12.155.2458.13-
YUV44.73218.45126.05-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.03%
GREEN value IS 15 (6.25% from 255) = 5.73%
BLUE value IS 205 (80.47% from 255) = 78.24%
R=16.03%
G=5.73%
B=78.24%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal42152050.800.9300.20248.5386.3643.14
Hex2AFCD505D014f9562b
Octal521731512013502437112653
Binary10101011111100110110100001011101010100111110011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,15,205); }

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

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

 a { background-color: rgb(42,15,205); }

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

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

 span { border-color: rgb(42,15,205); }

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