Html Css Color HEX #290ABF Medium Blue

📋 copy color: '#290ABF'

red 41 ◦ green 10 ◦ blue 191

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

Shades of Medium Blue #290ABF

Tints of Medium Blue #290ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 78.93%

R = 16.94%
G = 4.13%
B = 78.93%

CMYK

 C value IS 0.79

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#290ABF (or 0x290ABF) is known color: Medium Blue. HEX triplet: 29, 0A and BF. RGB value is (41,10,191). Sum of RGB (Red+Green+Blue) = 41+10+191=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 191 (75% from 255 or 78.93% from 242); Max value from RGB is 191 - color contains mainly: blue. Hex color #290ABF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290ABF is #D6F540. Grayscale: #272727. Windows color (decimal): -14087489 or 12519977. OLE color: 12519977.

HSL color Cylindrical-coordinate representation of color #290ABF: hue angle of 250.28º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290ABF is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 10 191 -
CMYK 0.79 0.95 0 0.25
HSL 250.28º 0.9% 0.39% -
HSV(B) 250.28º 0.95% 0.75% -
XYZ 10.43 4.45 49.6 -
YUV 39.9 213.27 128.78 -
System Red Green Blue C M Y K H S L
Decimal 41 10 191 0.79 0.95 0 0.25 250.28 0.9 0.39
Hex 29 A BF 4F 5F 0 19 FA 5A 27
Octal 51 12 277 117 137 0 31 372 132 47
Binary 101001 1010 10111111 1001111 1011111 0 11001 11111010 1011010 100111

Color Harmonies of #290ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290ABF

Black with #290ABF

Text Example


Text Example

White with #290ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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