Html Css Color HEX #5048BD Rich Blue

📋 copy color: '#5048BD'

red 80 ◦ green 72 ◦ blue 189

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

Shades of Rich Blue #5048BD

Tints of Rich Blue #5048BD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.11%

 BLUE value IS 189 (74.22% from 255) = 55.43%

R = 23.46%
G = 21.11%
B = 55.43%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5048BD (or 0x5048BD) is known color: Rich Blue. HEX triplet: 50, 48 and BD. RGB value is (80,72,189). Sum of RGB (Red+Green+Blue) = 80+72+189=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 189 (74.22% from 255 or 55.43% from 341); Max value from RGB is 189 - color contains mainly: blue. Hex color #5048BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5048BD is #AFB742. Grayscale: #575757. Windows color (decimal): -11515715 or 12404816. OLE color: 12404816.

HSL color Cylindrical-coordinate representation of color #5048BD: hue angle of 244.1º 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 #5048BD is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 72 189 -
CMYK 0.58 0.62 0 0.26
HSL 244.1º 0.47% 0.51% -
HSV(B) 244.1º 0.62% 0.74% -
XYZ 14.81 10.01 49.3 -
YUV 87.73 185.15 122.49 -
System Red Green Blue C M Y K H S L
Decimal 80 72 189 0.58 0.62 0 0.26 244.1 0.47 0.51
Hex 50 48 BD 3A 3E 0 1A F4 2F 33
Octal 120 110 275 72 76 0 32 364 57 63
Binary 1010000 1001000 10111101 111010 111110 0 11010 11110100 101111 110011

Color Harmonies of #5048BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5048BD

Black with #5048BD

Text Example


Text Example

White with #5048BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5048BD; }

 p { color: rgb(80,72,189); }

 H1.HeaderClassName
 {
   color: #5048BD;
 }
 .AnyTagClassName
 {
   color: #5048BD;
 }
</style>

background-color css

<style>
 a { background-color: #5048BD; }

 a { background-color: rgb(80,72,189); }

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

border-color css

<style>
 span { border-color: #5048BD; }

 span { border-color: rgb(80,72,189); }

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