Html Css Color HEX #5047BC Rich Blue

📋 copy color: '#5047BC'

red 80 ◦ green 71 ◦ blue 188

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

Shades of Rich Blue #5047BC

Tints of Rich Blue #5047BC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.94%

 BLUE value IS 188 (73.83% from 255) = 55.46%

R = 23.6%
G = 20.94%
B = 55.46%

CMYK

 C value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5047BC (or 0x5047BC) is known color: Rich Blue. HEX triplet: 50, 47 and BC. RGB value is (80,71,188). Sum of RGB (Red+Green+Blue) = 80+71+188=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #5047BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5047BC is #AFB843. Grayscale: #565656. Windows color (decimal): -11515972 or 12339024. OLE color: 12339024.

HSL color Cylindrical-coordinate representation of color #5047BC: hue angle of 244.62º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5047BC is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 71 188 -
CMYK 0.57 0.62 0 0.26
HSL 244.62º 0.47% 0.51% -
HSV(B) 244.62º 0.62% 0.74% -
XYZ 14.64 9.84 48.71 -
YUV 87.03 184.98 122.99 -
System Red Green Blue C M Y K H S L
Decimal 80 71 188 0.57 0.62 0 0.26 244.62 0.47 0.51
Hex 50 47 BC 39 3E 0 1A F5 2F 33
Octal 120 107 274 71 76 0 32 365 57 63
Binary 1010000 1000111 10111100 111001 111110 0 11010 11110101 101111 110011

Color Harmonies of #5047BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5047BC

Black with #5047BC

Text Example


Text Example

White with #5047BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5047BC; }

 p { color: rgb(80,71,188); }

 H1.HeaderClassName
 {
   color: #5047BC;
 }
 .AnyTagClassName
 {
   color: #5047BC;
 }
</style>

background-color css

<style>
 a { background-color: #5047BC; }

 a { background-color: rgb(80,71,188); }

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

border-color css

<style>
 span { border-color: #5047BC; }

 span { border-color: rgb(80,71,188); }

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