Html Css Color HEX #5047BB Rich Blue

📋 copy color: '#5047BB'

red 80 ◦ green 71 ◦ blue 187

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

Shades of Rich Blue #5047BB

Tints of Rich Blue #5047BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55.33%

R = 23.67%
G = 21.01%
B = 55.33%

CMYK

 C value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5047BB (or 0x5047BB) is known color: Rich Blue. HEX triplet: 50, 47 and BB. RGB value is (80,71,187). Sum of RGB (Red+Green+Blue) = 80+71+187=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 187 (73.44% from 255 or 55.33% from 338); Max value from RGB is 187 - color contains mainly: blue. Hex color #5047BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5047BB is #AFB844. Grayscale: #565656. Windows color (decimal): -11515973 or 12273488. OLE color: 12273488.

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

Color convert

RGB 80 71 187 -
CMYK 0.57 0.62 0 0.27
HSL 244.66º 0.46% 0.51% -
HSV(B) 244.66º 0.62% 0.73% -
XYZ 14.53 9.8 48.14 -
YUV 86.92 184.48 123.07 -
System Red Green Blue C M Y K H S L
Decimal 80 71 187 0.57 0.62 0 0.27 244.66 0.46 0.51
Hex 50 47 BB 39 3E 0 1B F5 2E 33
Octal 120 107 273 71 76 0 33 365 56 63
Binary 1010000 1000111 10111011 111001 111110 0 11011 11110101 101110 110011

Color Harmonies of #5047BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5047BB

Black with #5047BB

Text Example


Text Example

White with #5047BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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