Html Css Color HEX #516BFC Royal Blue

📋 copy color: '#516BFC'

red 81 ◦ green 107 ◦ blue 252

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

Shades of Royal Blue #516BFC

Tints of Royal Blue #516BFC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.32%

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

R = 18.41%
G = 24.32%
B = 57.27%

CMYK

 C value IS 0.68

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#516BFC (or 0x516BFC) is known color: Royal Blue. HEX triplet: 51, 6B and FC. RGB value is (81,107,252). Sum of RGB (Red+Green+Blue) = 81+107+252=440 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.41% from 440); Green value is 107 (42.19% from 255 or 24.32% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #516BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516BFC is #AE9403. Grayscale: #737373. Windows color (decimal): -11441156 or 16542545. OLE color: 16542545.

HSL color Cylindrical-coordinate representation of color #516BFC: hue angle of 230.88º 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 #516BFC is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 81 107 252 -
CMYK 0.68 0.58 0 0.01
HSL 230.88º 0.97% 0.65% -
HSV(B) 230.88º 0.68% 0.99% -
XYZ 26.22 19.29 94.44 -
YUV 115.76 204.89 103.21 -
System Red Green Blue C M Y K H S L
Decimal 81 107 252 0.68 0.58 0 0.01 230.88 0.97 0.65
Hex 51 6B FC 44 3A 0 1 E7 61 41
Octal 121 153 374 104 72 0 1 347 141 101
Binary 1010001 1101011 11111100 1000100 111010 0 1 11100111 1100001 1000001

Color Harmonies of #516BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516BFC

Black with #516BFC

Text Example


Text Example

White with #516BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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