Html Css Color HEX #516BEC Royal Blue

📋 copy color: '#516BEC'

red 81 ◦ green 107 ◦ blue 236

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

Shades of Royal Blue #516BEC

Tints of Royal Blue #516BEC

RGB

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

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

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

R = 19.1%
G = 25.24%
B = 55.66%

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

#516BEC (or 0x516BEC) is known color: Royal Blue. HEX triplet: 51, 6B and EC. RGB value is (81,107,236). Sum of RGB (Red+Green+Blue) = 81+107+236=424 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.10% from 424); Green value is 107 (42.19% from 255 or 25.24% from 424); Blue value is 236 (92.58% from 255 or 55.66% from 424); Max value from RGB is 236 - color contains mainly: blue. Hex color #516BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516BEC is #AE9413. Grayscale: #717171. Windows color (decimal): -11441172 or 15493969. OLE color: 15493969.

HSL color Cylindrical-coordinate representation of color #516BEC: hue angle of 229.94º 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 #516BEC is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 107 236 -
CMYK 0.66 0.55 0 0.07
HSL 229.94º 0.8% 0.62% -
HSV(B) 229.94º 0.66% 0.93% -
XYZ 23.79 18.32 81.64 -
YUV 113.93 196.89 104.51 -
System Red Green Blue C M Y K H S L
Decimal 81 107 236 0.66 0.55 0 0.07 229.94 0.8 0.62
Hex 51 6B EC 42 37 0 7 E6 50 3E
Octal 121 153 354 102 67 0 7 346 120 76
Binary 1010001 1101011 11101100 1000010 110111 0 111 11100110 1010000 111110

Color Harmonies of #516BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516BEC

Black with #516BEC

Text Example


Text Example

White with #516BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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