Html Css Color HEX #290DBE Medium Blue

📋 copy color: '#290DBE'

red 41 ◦ green 13 ◦ blue 190

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

Shades of Medium Blue #290DBE

Tints of Medium Blue #290DBE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.33%

 BLUE value IS 190 (74.61% from 255) = 77.87%

R = 16.8%
G = 5.33%
B = 77.87%

CMYK

 C value IS 0.78

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#290DBE (or 0x290DBE) is known color: Medium Blue. HEX triplet: 29, 0D and BE. RGB value is (41,13,190). Sum of RGB (Red+Green+Blue) = 41+13+190=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 190 (74.61% from 255 or 77.87% from 244); Max value from RGB is 190 - color contains mainly: blue. Hex color #290DBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290DBE is #D6F241. Grayscale: #282828. Windows color (decimal): -14086722 or 12455209. OLE color: 12455209.

HSL color Cylindrical-coordinate representation of color #290DBE: hue angle of 249.49º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290DBE is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 13 190 -
CMYK 0.78 0.93 0 0.25
HSL 249.49º 0.87% 0.4% -
HSV(B) 249.49º 0.93% 0.75% -
XYZ 10.35 4.48 49.03 -
YUV 41.55 211.78 127.61 -
System Red Green Blue C M Y K H S L
Decimal 41 13 190 0.78 0.93 0 0.25 249.49 0.87 0.4
Hex 29 D BE 4E 5D 0 19 F9 57 28
Octal 51 15 276 116 135 0 31 371 127 50
Binary 101001 1101 10111110 1001110 1011101 0 11001 11111001 1010111 101000

Color Harmonies of #290DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290DBE

Black with #290DBE

Text Example


Text Example

White with #290DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,13,190); }

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

background-color css

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

 a { background-color: rgb(41,13,190); }

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

border-color css

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

 span { border-color: rgb(41,13,190); }

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