Html Css Color HEX #516EFC Royal Blue

📋 copy color: '#516EFC'

red 81 ◦ green 110 ◦ blue 252

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

Shades of Royal Blue #516EFC

Tints of Royal Blue #516EFC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.83%

 BLUE value IS 252 (98.83% from 255) = 56.88%

R = 18.28%
G = 24.83%
B = 56.88%

CMYK

 C value IS 0.68

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#516EFC (or 0x516EFC) is known color: Royal Blue. HEX triplet: 51, 6E and FC. RGB value is (81,110,252). Sum of RGB (Red+Green+Blue) = 81+110+252=443 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.28% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #516EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516EFC is #AE9103. Grayscale: #747474. Windows color (decimal): -11440388 or 16543313. OLE color: 16543313.

HSL color Cylindrical-coordinate representation of color #516EFC: hue angle of 229.82º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #516EFC is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 81 110 252 -
CMYK 0.68 0.56 0 0.01
HSL 229.82º 0.97% 0.65% -
HSV(B) 229.82º 0.68% 0.99% -
XYZ 26.54 19.93 94.54 -
YUV 117.52 203.89 101.95 -
System Red Green Blue C M Y K H S L
Decimal 81 110 252 0.68 0.56 0 0.01 229.82 0.97 0.65
Hex 51 6E FC 44 38 0 1 E6 61 41
Octal 121 156 374 104 70 0 1 346 141 101
Binary 1010001 1101110 11111100 1000100 111000 0 1 11100110 1100001 1000001

Color Harmonies of #516EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516EFC

Black with #516EFC

Text Example


Text Example

White with #516EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,110,252); }

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

background-color css

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

 a { background-color: rgb(81,110,252); }

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

border-color css

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

 span { border-color: rgb(81,110,252); }

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