Html Css Color HEX #516CEB Royal Blue

📋 copy color: '#516CEB'

red 81 ◦ green 108 ◦ blue 235

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

Shades of Royal Blue #516CEB

Tints of Royal Blue #516CEB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.47%

 BLUE value IS 235 (92.19% from 255) = 55.42%

R = 19.1%
G = 25.47%
B = 55.42%

CMYK

 C value IS 0.66

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#516CEB (or 0x516CEB) is known color: Royal Blue. HEX triplet: 51, 6C and EB. RGB value is (81,108,235). Sum of RGB (Red+Green+Blue) = 81+108+235=424 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.10% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #516CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516CEB is #AE9314. Grayscale: #717171. Windows color (decimal): -11440917 or 15428689. OLE color: 15428689.

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

Color convert

RGB 81 108 235 -
CMYK 0.66 0.54 0 0.08
HSL 229.48º 0.79% 0.62% -
HSV(B) 229.48º 0.66% 0.92% -
XYZ 23.75 18.47 80.91 -
YUV 114.41 196.05 104.17 -
System Red Green Blue C M Y K H S L
Decimal 81 108 235 0.66 0.54 0 0.08 229.48 0.79 0.62
Hex 51 6C EB 42 36 0 8 E5 4F 3E
Octal 121 154 353 102 66 0 10 345 117 76
Binary 1010001 1101100 11101011 1000010 110110 0 1000 11100101 1001111 111110

Color Harmonies of #516CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516CEB

Black with #516CEB

Text Example


Text Example

White with #516CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,108,235); }

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

background-color css

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

 a { background-color: rgb(81,108,235); }

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

border-color css

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

 span { border-color: rgb(81,108,235); }

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