Html Css Color HEX #290ACD Medium Blue

📋 copy color: '#290ACD'

red 41 ◦ green 10 ◦ blue 205

#290ACD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #290ACD

Tints of Medium Blue #290ACD

RGB

 RED value IS 41 (16.41% from 255) = 16.02%

 GREEN value IS 10 (4.3% from 255) = 3.91%

 BLUE value IS 205 (80.47% from 255) = 80.08%

R = 16.02%
G = 3.91%
B = 80.08%

CMYK

 C value IS 0.8

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#290ACD (or 0x290ACD) is known color: Medium Blue. HEX triplet: 29, 0A and CD. RGB value is (41,10,205). Sum of RGB (Red+Green+Blue) = 41+10+205=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 10 (4.30% from 255 or 3.91% from 256); Blue value is 205 (80.47% from 255 or 80.08% from 256); Max value from RGB is 205 - color contains mainly: blue. Hex color #290ACD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290ACD is #D6F532. Grayscale: #282828. Windows color (decimal): -14087475 or 13437481. OLE color: 13437481.

HSL color Cylindrical-coordinate representation of color #290ACD: hue angle of 249.54º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290ACD is Cyan = 0.8, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 10 205 -
CMYK 0.8 0.95 0 0.20
HSL 249.54º 0.91% 0.42% -
HSV(B) 249.54º 0.95% 0.8% -
XYZ 12.04 5.1 58.11 -
YUV 41.5 220.27 127.64 -
System Red Green Blue C M Y K H S L
Decimal 41 10 205 0.8 0.95 0 0.20 249.54 0.91 0.42
Hex 29 A CD 50 5F 0 14 FA 5B 2A
Octal 51 12 315 120 137 0 24 372 133 52
Binary 101001 1010 11001101 1010000 1011111 0 10100 11111010 1011011 101010

Color Harmonies of #290ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290ACD

Black with #290ACD

Text Example


Text Example

White with #290ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,10,205); }

 H1.HeaderClassName
 {
   color: #290ACD;
 }
 .AnyTagClassName
 {
   color: #290ACD;
 }
</style>

background-color css

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

 a { background-color: rgb(41,10,205); }

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

border-color css

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

 span { border-color: rgb(41,10,205); }

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