#2904D0

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

Shades of Medium Blue #2904D0

Tints of Medium Blue #2904D0

Color information

#2904D0 (or 0x2904D0) is unknown color: approx Medium Blue. HEX triplet: 29, 04 and D0. RGB value is (41,4,208). Sum of RGB (Red+Green+Blue) = 41+4+208=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 208 (81.64% from 255 or 82.21% from 253); Max value from RGB is 208 - color contains mainly: blue. Hex color #2904D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2904D0 is #D6FB2F. Grayscale: #252525. Windows color (decimal): -14089008 or 13632553. OLE color: 13632553.

HSL color Cylindrical-coordinate representation of color #2904D0: hue angle of 250.88º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2904D0 is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB414208-
CMYK0.800.9800.18
HSL250.88º96.23%41.57%-
HSV(B)250.88º98.08%81.57%-
XYZ12.345.1160.01-
YUV38.32223.76129.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.21%
GREEN value IS 4 (1.95% from 255) = 1.58%
BLUE value IS 208 (81.64% from 255) = 82.21%
R=16.21%
G=1.58%
B=82.21%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal4142080.800.9800.18250.8896.2341.57
Hex294D05062012fb602a
Octal51432012014202237314052
Binary1010011001101000010100001100010010010111110111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2904D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2904D0; }

 p { color: rgb(41,4,208); }

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

<style>
 a { background-color: #2904D0; }

 a { background-color: rgb(41,4,208); }

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

<style>
 span { border-color: #2904D0; }

 span { border-color: rgb(41,4,208); }

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