#2A00D4

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

Shades of Medium Blue #2A00D4

Tints of Medium Blue #2A00D4

Color information

#2A00D4 (or 0x2A00D4) is unknown color: approx Medium Blue. HEX triplet: 2A, 00 and D4. RGB value is (42,0,212). Sum of RGB (Red+Green+Blue) = 42+0+212=254 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.54% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 212 (83.20% from 255 or 83.46% from 254); Max value from RGB is 212 - color contains mainly: blue. Hex color #2A00D4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A00D4 is #D5FF2B. Grayscale: #232323. Windows color (decimal): -14024492 or 13893674. OLE color: 13893674.

HSL color Cylindrical-coordinate representation of color #2A00D4: hue angle of 251.89º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A00D4 is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB420212-
CMYK0.80100.17
HSL251.89º100%41.57%-
HSV(B)251.89º100%83.14%-
XYZ12.845.2562.62-
YUV36.73226.91131.76-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 212 (83.20% from 255) = 83.46%
R=16.54%
G=0%
B=83.46%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal4202120.80100.17251.8910041.57
Hex2A0D45064011fc642a
Octal52032412014402137414452
Binary10101001101010010100001100100010001111111001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A00D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,0,212); }

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

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

 a { background-color: rgb(42,0,212); }

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

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

 span { border-color: rgb(42,0,212); }

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