Html Css Color HEX #516AEA Royal Blue

📋 copy color: '#516AEA'

red 81 ◦ green 106 ◦ blue 234

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

Shades of Royal Blue #516AEA

Tints of Royal Blue #516AEA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.18%

 BLUE value IS 234 (91.8% from 255) = 55.58%

R = 19.24%
G = 25.18%
B = 55.58%

CMYK

 C value IS 0.65

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#516AEA (or 0x516AEA) is known color: Royal Blue. HEX triplet: 51, 6A and EA. RGB value is (81,106,234). Sum of RGB (Red+Green+Blue) = 81+106+234=421 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.24% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 234 (91.80% from 255 or 55.58% from 421); Max value from RGB is 234 - color contains mainly: blue. Hex color #516AEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516AEA is #AE9515. Grayscale: #707070. Windows color (decimal): -11441430 or 15362641. OLE color: 15362641.

HSL color Cylindrical-coordinate representation of color #516AEA: hue angle of 230.2º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #516AEA is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 81 106 234 -
CMYK 0.65 0.55 0 0.08
HSL 230.2º 0.78% 0.62% -
HSV(B) 230.2º 0.65% 0.92% -
XYZ 23.4 18 80.08 -
YUV 113.12 196.22 105.09 -
System Red Green Blue C M Y K H S L
Decimal 81 106 234 0.65 0.55 0 0.08 230.2 0.78 0.62
Hex 51 6A EA 41 37 0 8 E6 4E 3E
Octal 121 152 352 101 67 0 10 346 116 76
Binary 1010001 1101010 11101010 1000001 110111 0 1000 11100110 1001110 111110

Color Harmonies of #516AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516AEA

Black with #516AEA

Text Example


Text Example

White with #516AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,106,234); }

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

background-color css

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

 a { background-color: rgb(81,106,234); }

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

border-color css

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

 span { border-color: rgb(81,106,234); }

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