Html Css Color HEX #516EF2 Royal Blue

📋 copy color: '#516EF2'

red 81 ◦ green 110 ◦ blue 242

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

Shades of Royal Blue #516EF2

Tints of Royal Blue #516EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 55.89%

R = 18.71%
G = 25.4%
B = 55.89%

CMYK

 C value IS 0.67

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#516EF2 (or 0x516EF2) is known color: Royal Blue. HEX triplet: 51, 6E and F2. RGB value is (81,110,242). Sum of RGB (Red+Green+Blue) = 81+110+242=433 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.71% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 242 (94.92% from 255 or 55.89% from 433); Max value from RGB is 242 - color contains mainly: blue. Hex color #516EF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516EF2 is #AE910D. Grayscale: #737373. Windows color (decimal): -11440398 or 15887953. OLE color: 15887953.

HSL color Cylindrical-coordinate representation of color #516EF2: hue angle of 229.19º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #516EF2 is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 81 110 242 -
CMYK 0.67 0.55 0 0.05
HSL 229.19º 0.86% 0.63% -
HSV(B) 229.19º 0.67% 0.95% -
XYZ 25 19.31 86.41 -
YUV 116.38 198.89 102.77 -
System Red Green Blue C M Y K H S L
Decimal 81 110 242 0.67 0.55 0 0.05 229.19 0.86 0.63
Hex 51 6E F2 43 37 0 5 E5 56 3F
Octal 121 156 362 103 67 0 5 345 126 77
Binary 1010001 1101110 11110010 1000011 110111 0 101 11100101 1010110 111111

Color Harmonies of #516EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516EF2

Black with #516EF2

Text Example


Text Example

White with #516EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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