Html Css Color HEX #514DBF Rich Blue

📋 copy color: '#514DBF'

red 81 ◦ green 77 ◦ blue 191

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

Shades of Rich Blue #514DBF

Tints of Rich Blue #514DBF

RGB

 RED value IS 81 (32.03% from 255) = 23.21%

 GREEN value IS 77 (30.47% from 255) = 22.06%

 BLUE value IS 191 (75% from 255) = 54.73%

R = 23.21%
G = 22.06%
B = 54.73%

CMYK

 C value IS 0.58

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#514DBF (or 0x514DBF) is known color: Rich Blue. HEX triplet: 51, 4D and BF. RGB value is (81,77,191). Sum of RGB (Red+Green+Blue) = 81+77+191=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 191 (75% from 255 or 54.73% from 349); Max value from RGB is 191 - color contains mainly: blue. Hex color #514DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514DBF is #AEB240. Grayscale: #5A5A5A. Windows color (decimal): -11448897 or 12537169. OLE color: 12537169.

HSL color Cylindrical-coordinate representation of color #514DBF: hue angle of 242.11º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #514DBF is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 81 77 191 -
CMYK 0.58 0.60 0 0.25
HSL 242.11º 0.47% 0.53% -
HSV(B) 242.11º 0.6% 0.75% -
XYZ 15.45 10.82 50.56 -
YUV 91.19 184.33 120.73 -
System Red Green Blue C M Y K H S L
Decimal 81 77 191 0.58 0.60 0 0.25 242.11 0.47 0.53
Hex 51 4D BF 3A 3C 0 19 F2 2F 35
Octal 121 115 277 72 74 0 31 362 57 65
Binary 1010001 1001101 10111111 111010 111100 0 11001 11110010 101111 110101

Color Harmonies of #514DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514DBF

Black with #514DBF

Text Example


Text Example

White with #514DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514DBF; }

 p { color: rgb(81,77,191); }

 H1.HeaderClassName
 {
   color: #514DBF;
 }
 .AnyTagClassName
 {
   color: #514DBF;
 }
</style>

background-color css

<style>
 a { background-color: #514DBF; }

 a { background-color: rgb(81,77,191); }

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

border-color css

<style>
 span { border-color: #514DBF; }

 span { border-color: rgb(81,77,191); }

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