#290FD0

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

Shades of Medium Blue #290FD0

Tints of Medium Blue #290FD0

Color information

#290FD0 (or 0x290FD0) is unknown color: approx Medium Blue. HEX triplet: 29, 0F and D0. RGB value is (41,15,208). Sum of RGB (Red+Green+Blue) = 41+15+208=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 208 (81.64% from 255 or 78.79% from 264); Max value from RGB is 208 - color contains mainly: blue. Hex color #290FD0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290FD0 is #D6F02F. Grayscale: #2C2C2C. Windows color (decimal): -14086192 or 13635369. OLE color: 13635369.

HSL color Cylindrical-coordinate representation of color #290FD0: hue angle of 248.08º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290FD0 is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB4115208-
CMYK0.800.9300.18
HSL248.08º86.55%43.73%-
HSV(B)248.08º92.79%81.57%-
XYZ12.475.3760.05-
YUV44.78220.11125.31-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.53%
GREEN value IS 15 (6.25% from 255) = 5.68%
BLUE value IS 208 (81.64% from 255) = 78.79%
R=15.53%
G=5.68%
B=78.79%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal41152080.800.9300.18248.0886.5543.73
Hex29FD0505D012f8572c
Octal511732012013502237012754
Binary10100111111101000010100001011101010010111110001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290FD0; }

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

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

<style>
 a { background-color: #290FD0; }

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

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

<style>
 span { border-color: #290FD0; }

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

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