#2A12DD

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

Shades of Medium Blue #2A12DD

Tints of Medium Blue #2A12DD

Color information

#2A12DD (or 0x2A12DD) is unknown color: approx Medium Blue. HEX triplet: 2A, 12 and DD. RGB value is (42,18,221). Sum of RGB (Red+Green+Blue) = 42+18+221=281 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.95% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 221 (86.72% from 255 or 78.65% from 281); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A12DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A12DD is #D5ED22. Grayscale: #2F2F2F. Windows color (decimal): -14019875 or 14488106. OLE color: 14488106.

HSL color Cylindrical-coordinate representation of color #2A12DD: hue angle of 247.09º degrees, saturation: 0.85, 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 #2A12DD is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4218221-
CMYK0.810.9200.13
HSL247.09º84.94%46.86%-
HSV(B)247.09º91.86%86.67%-
XYZ14.226.1568.84-
YUV48.32225.45123.49-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.95%
GREEN value IS 18 (7.42% from 255) = 6.41%
BLUE value IS 221 (86.72% from 255) = 78.65%
R=14.95%
G=6.41%
B=78.65%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal42182210.810.9200.13247.0984.9446.86
Hex2A12DD515C0Df7552f
Octal522233512113401536712557
Binary10101010010110111011010001101110001101111101111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A12DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,18,221); }

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

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

 a { background-color: rgb(42,18,221); }

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

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

 span { border-color: rgb(42,18,221); }

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