Html Css Color HEX #5040BE Rich Blue

📋 copy color: '#5040BE'

red 80 ◦ green 64 ◦ blue 190

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

Shades of Rich Blue #5040BE

Tints of Rich Blue #5040BE

RGB

 RED value IS 80 (31.64% from 255) = 23.95%

 GREEN value IS 64 (25.39% from 255) = 19.16%

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

R = 23.95%
G = 19.16%
B = 56.89%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5040BE (or 0x5040BE) is known color: Rich Blue. HEX triplet: 50, 40 and BE. RGB value is (80,64,190). Sum of RGB (Red+Green+Blue) = 80+64+190=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #5040BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5040BE is #AFBF41. Grayscale: #525252. Windows color (decimal): -11517762 or 12468304. OLE color: 12468304.

HSL color Cylindrical-coordinate representation of color #5040BE: hue angle of 247.62º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5040BE is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 64 190 -
CMYK 0.58 0.66 0 0.25
HSL 247.62º 0.5% 0.5% -
HSV(B) 247.62º 0.66% 0.75% -
XYZ 14.44 9.09 49.71 -
YUV 83.15 188.3 125.75 -
System Red Green Blue C M Y K H S L
Decimal 80 64 190 0.58 0.66 0 0.25 247.62 0.5 0.5
Hex 50 40 BE 3A 42 0 19 F8 32 32
Octal 120 100 276 72 102 0 31 370 62 62
Binary 1010000 1000000 10111110 111010 1000010 0 11001 11111000 110010 110010

Color Harmonies of #5040BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5040BE

Black with #5040BE

Text Example


Text Example

White with #5040BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5040BE; }

 p { color: rgb(80,64,190); }

 H1.HeaderClassName
 {
   color: #5040BE;
 }
 .AnyTagClassName
 {
   color: #5040BE;
 }
</style>

background-color css

<style>
 a { background-color: #5040BE; }

 a { background-color: rgb(80,64,190); }

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

border-color css

<style>
 span { border-color: #5040BE; }

 span { border-color: rgb(80,64,190); }

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