Html Css Color HEX #290FBE Medium Blue

📋 copy color: '#290FBE'

red 41 ◦ green 15 ◦ blue 190

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

Shades of Medium Blue #290FBE

Tints of Medium Blue #290FBE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.1%

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

R = 16.67%
G = 6.1%
B = 77.24%

CMYK

 C value IS 0.78

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#290FBE (or 0x290FBE) is known color: Medium Blue. HEX triplet: 29, 0F and BE. RGB value is (41,15,190). Sum of RGB (Red+Green+Blue) = 41+15+190=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 190 (74.61% from 255 or 77.24% from 246); Max value from RGB is 190 - color contains mainly: blue. Hex color #290FBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290FBE is #D6F041. Grayscale: #2A2A2A. Windows color (decimal): -14086210 or 12455721. OLE color: 12455721.

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

Color convert

RGB 41 15 190 -
CMYK 0.78 0.92 0 0.25
HSL 248.91º 0.85% 0.4% -
HSV(B) 248.91º 0.92% 0.75% -
XYZ 10.38 4.53 49.04 -
YUV 42.72 211.11 126.77 -
System Red Green Blue C M Y K H S L
Decimal 41 15 190 0.78 0.92 0 0.25 248.91 0.85 0.4
Hex 29 F BE 4E 5C 0 19 F9 55 28
Octal 51 17 276 116 134 0 31 371 125 50
Binary 101001 1111 10111110 1001110 1011100 0 11001 11111001 1010101 101000

Color Harmonies of #290FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290FBE

Black with #290FBE

Text Example


Text Example

White with #290FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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