Html Css Color HEX #503FBB Rich Blue

📋 copy color: '#503FBB'

red 80 ◦ green 63 ◦ blue 187

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

Shades of Rich Blue #503FBB

Tints of Rich Blue #503FBB

RGB

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

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

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

R = 24.24%
G = 19.09%
B = 56.67%

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

#503FBB (or 0x503FBB) is known color: Rich Blue. HEX triplet: 50, 3F and BB. RGB value is (80,63,187). Sum of RGB (Red+Green+Blue) = 80+63+187=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 187 (73.44% from 255 or 56.67% from 330); Max value from RGB is 187 - color contains mainly: blue. Hex color #503FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503FBB is #AFC044. Grayscale: #515151. Windows color (decimal): -11518021 or 12271440. OLE color: 12271440.

HSL color Cylindrical-coordinate representation of color #503FBB: hue angle of 248.23º degrees, saturation: 0.5, 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 #503FBB is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 63 187 -
CMYK 0.57 0.66 0 0.27
HSL 248.23º 0.5% 0.49% -
HSV(B) 248.23º 0.66% 0.73% -
XYZ 14.06 8.85 47.98 -
YUV 82.22 187.13 126.42 -
System Red Green Blue C M Y K H S L
Decimal 80 63 187 0.57 0.66 0 0.27 248.23 0.5 0.49
Hex 50 3F BB 39 42 0 1B F8 32 31
Octal 120 77 273 71 102 0 33 370 62 61
Binary 1010000 111111 10111011 111001 1000010 0 11011 11111000 110010 110001

Color Harmonies of #503FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503FBB

Black with #503FBB

Text Example


Text Example

White with #503FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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