Html Css Color HEX #516DF4 Royal Blue

📋 copy color: '#516DF4'

red 81 ◦ green 109 ◦ blue 244

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

Shades of Royal Blue #516DF4

Tints of Royal Blue #516DF4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.12%

 BLUE value IS 244 (95.7% from 255) = 56.22%

R = 18.66%
G = 25.12%
B = 56.22%

CMYK

 C value IS 0.67

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#516DF4 (or 0x516DF4) is known color: Royal Blue. HEX triplet: 51, 6D and F4. RGB value is (81,109,244). Sum of RGB (Red+Green+Blue) = 81+109+244=434 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.66% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 244 (95.70% from 255 or 56.22% from 434); Max value from RGB is 244 - color contains mainly: blue. Hex color #516DF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516DF4 is #AE920B. Grayscale: #737373. Windows color (decimal): -11440652 or 16018769. OLE color: 16018769.

HSL color Cylindrical-coordinate representation of color #516DF4: hue angle of 229.69º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #516DF4 is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 81 109 244 -
CMYK 0.67 0.55 0 0.04
HSL 229.69º 0.88% 0.64% -
HSV(B) 229.69º 0.67% 0.96% -
XYZ 25.19 19.22 87.97 -
YUV 116.02 200.22 103.02 -
System Red Green Blue C M Y K H S L
Decimal 81 109 244 0.67 0.55 0 0.04 229.69 0.88 0.64
Hex 51 6D F4 43 37 0 4 E6 58 40
Octal 121 155 364 103 67 0 4 346 130 100
Binary 1010001 1101101 11110100 1000011 110111 0 100 11100110 1011000 1000000

Color Harmonies of #516DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516DF4

Black with #516DF4

Text Example


Text Example

White with #516DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516DF4; }

 p { color: rgb(81,109,244); }

 H1.HeaderClassName
 {
   color: #516DF4;
 }
 .AnyTagClassName
 {
   color: #516DF4;
 }
</style>

background-color css

<style>
 a { background-color: #516DF4; }

 a { background-color: rgb(81,109,244); }

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

border-color css

<style>
 span { border-color: #516DF4; }

 span { border-color: rgb(81,109,244); }

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