Html Css Color HEX #516FFB Royal Blue

📋 copy color: '#516FFB'

red 81 ◦ green 111 ◦ blue 251

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

Shades of Royal Blue #516FFB

Tints of Royal Blue #516FFB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.06%

 BLUE value IS 251 (98.44% from 255) = 56.66%

R = 18.28%
G = 25.06%
B = 56.66%

CMYK

 C value IS 0.68

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#516FFB (or 0x516FFB) is known color: Royal Blue. HEX triplet: 51, 6F and FB. RGB value is (81,111,251). Sum of RGB (Red+Green+Blue) = 81+111+251=443 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.28% from 443); Green value is 111 (43.75% from 255 or 25.06% from 443); Blue value is 251 (98.44% from 255 or 56.66% from 443); Max value from RGB is 251 - color contains mainly: blue. Hex color #516FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516FFB is #AE9004. Grayscale: #757575. Windows color (decimal): -11440133 or 16478033. OLE color: 16478033.

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

Color convert

RGB 81 111 251 -
CMYK 0.68 0.56 0 0.02
HSL 229.41º 0.96% 0.65% -
HSV(B) 229.41º 0.68% 0.98% -
XYZ 26.49 20.08 93.75 -
YUV 117.99 203.06 101.62 -
System Red Green Blue C M Y K H S L
Decimal 81 111 251 0.68 0.56 0 0.02 229.41 0.96 0.65
Hex 51 6F FB 44 38 0 2 E5 60 41
Octal 121 157 373 104 70 0 2 345 140 101
Binary 1010001 1101111 11111011 1000100 111000 0 10 11100101 1100000 1000001

Color Harmonies of #516FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516FFB

Black with #516FFB

Text Example


Text Example

White with #516FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,111,251); }

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

background-color css

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

 a { background-color: rgb(81,111,251); }

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

border-color css

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

 span { border-color: rgb(81,111,251); }

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