Html Css Color HEX #516BEB Royal Blue

📋 copy color: '#516BEB'

red 81 ◦ green 107 ◦ blue 235

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

Shades of Royal Blue #516BEB

Tints of Royal Blue #516BEB

RGB

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

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

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

R = 19.15%
G = 25.3%
B = 55.56%

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

#516BEB (or 0x516BEB) is known color: Royal Blue. HEX triplet: 51, 6B and EB. RGB value is (81,107,235). Sum of RGB (Red+Green+Blue) = 81+107+235=423 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.15% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #516BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516BEB is #AE9414. Grayscale: #717171. Windows color (decimal): -11441173 or 15428433. OLE color: 15428433.

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

Color convert

RGB 81 107 235 -
CMYK 0.66 0.54 0 0.08
HSL 229.87º 0.79% 0.62% -
HSV(B) 229.87º 0.66% 0.92% -
XYZ 23.65 18.26 80.88 -
YUV 113.82 196.39 104.59 -
System Red Green Blue C M Y K H S L
Decimal 81 107 235 0.66 0.54 0 0.08 229.87 0.79 0.62
Hex 51 6B EB 42 36 0 8 E6 4F 3E
Octal 121 153 353 102 66 0 10 346 117 76
Binary 1010001 1101011 11101011 1000010 110110 0 1000 11100110 1001111 111110

Color Harmonies of #516BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516BEB

Black with #516BEB

Text Example


Text Example

White with #516BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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