Html Css Color HEX #503FB9 Rich Blue

📋 copy color: '#503FB9'

red 80 ◦ green 63 ◦ blue 185

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

Shades of Rich Blue #503FB9

Tints of Rich Blue #503FB9

RGB

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

 GREEN value IS 63 (25% from 255) = 19.21%

 BLUE value IS 185 (72.66% from 255) = 56.4%

R = 24.39%
G = 19.21%
B = 56.4%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#503FB9 (or 0x503FB9) is known color: Rich Blue. HEX triplet: 50, 3F and B9. RGB value is (80,63,185). Sum of RGB (Red+Green+Blue) = 80+63+185=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 185 (72.66% from 255 or 56.40% from 328); Max value from RGB is 185 - color contains mainly: blue. Hex color #503FB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503FB9 is #AFC046. Grayscale: #515151. Windows color (decimal): -11518023 or 12140368. OLE color: 12140368.

HSL color Cylindrical-coordinate representation of color #503FB9: hue angle of 248.36º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #503FB9 is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 63 185 -
CMYK 0.57 0.66 0 0.27
HSL 248.36º 0.49% 0.49% -
HSV(B) 248.36º 0.66% 0.73% -
XYZ 13.84 8.76 46.86 -
YUV 81.99 186.13 126.58 -
System Red Green Blue C M Y K H S L
Decimal 80 63 185 0.57 0.66 0 0.27 248.36 0.49 0.49
Hex 50 3F B9 39 42 0 1B F8 31 31
Octal 120 77 271 71 102 0 33 370 61 61
Binary 1010000 111111 10111001 111001 1000010 0 11011 11111000 110001 110001

Color Harmonies of #503FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503FB9

Black with #503FB9

Text Example


Text Example

White with #503FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503FB9; }

 p { color: rgb(80,63,185); }

 H1.HeaderClassName
 {
   color: #503FB9;
 }
 .AnyTagClassName
 {
   color: #503FB9;
 }
</style>

background-color css

<style>
 a { background-color: #503FB9; }

 a { background-color: rgb(80,63,185); }

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

border-color css

<style>
 span { border-color: #503FB9; }

 span { border-color: rgb(80,63,185); }

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