Html Css Color HEX #516AEC Royal Blue

📋 copy color: '#516AEC'

red 81 ◦ green 106 ◦ blue 236

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

Shades of Royal Blue #516AEC

Tints of Royal Blue #516AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.79%

R = 19.15%
G = 25.06%
B = 55.79%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#516AEC (or 0x516AEC) is known color: Royal Blue. HEX triplet: 51, 6A and EC. RGB value is (81,106,236). Sum of RGB (Red+Green+Blue) = 81+106+236=423 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.15% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #516AEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516AEC is #AE9513. Grayscale: #707070. Windows color (decimal): -11441428 or 15493713. OLE color: 15493713.

HSL color Cylindrical-coordinate representation of color #516AEC: hue angle of 230.32º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #516AEC is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 106 236 -
CMYK 0.66 0.55 0 0.07
HSL 230.32º 0.8% 0.62% -
HSV(B) 230.32º 0.66% 0.93% -
XYZ 23.69 18.11 81.6 -
YUV 113.35 197.22 104.93 -
System Red Green Blue C M Y K H S L
Decimal 81 106 236 0.66 0.55 0 0.07 230.32 0.8 0.62
Hex 51 6A EC 42 37 0 7 E6 50 3E
Octal 121 152 354 102 67 0 7 346 120 76
Binary 1010001 1101010 11101100 1000010 110111 0 111 11100110 1010000 111110

Color Harmonies of #516AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516AEC

Black with #516AEC

Text Example


Text Example

White with #516AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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