Html Css Color HEX #290ADC Medium Blue

📋 copy color: '#290ADC'

red 41 ◦ green 10 ◦ blue 220

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

Shades of Medium Blue #290ADC

Tints of Medium Blue #290ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 81.18%

R = 15.13%
G = 3.69%
B = 81.18%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#290ADC (or 0x290ADC) is known color: Medium Blue. HEX triplet: 29, 0A and DC. RGB value is (41,10,220). Sum of RGB (Red+Green+Blue) = 41+10+220=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 10 (4.30% from 255 or 3.69% from 271); Blue value is 220 (86.33% from 255 or 81.18% from 271); Max value from RGB is 220 - color contains mainly: blue. Hex color #290ADC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290ADC is #D6F523. Grayscale: #2A2A2A. Windows color (decimal): -14087460 or 14420521. OLE color: 14420521.

HSL color Cylindrical-coordinate representation of color #290ADC: hue angle of 248.86º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290ADC is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 10 220 -
CMYK 0.81 0.95 0 0.14
HSL 248.86º 0.91% 0.45% -
HSV(B) 248.86º 0.95% 0.86% -
XYZ 13.94 5.86 68.11 -
YUV 43.21 227.77 126.42 -
System Red Green Blue C M Y K H S L
Decimal 41 10 220 0.81 0.95 0 0.14 248.86 0.91 0.45
Hex 29 A DC 51 5F 0 E F9 5B 2D
Octal 51 12 334 121 137 0 16 371 133 55
Binary 101001 1010 11011100 1010001 1011111 0 1110 11111001 1011011 101101

Color Harmonies of #290ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290ADC

Black with #290ADC

Text Example


Text Example

White with #290ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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