Html Css Color HEX #516BCC Royal Blue

📋 copy color: '#516BCC'

red 81 ◦ green 107 ◦ blue 204

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

Shades of Royal Blue #516BCC

Tints of Royal Blue #516BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.04%

R = 20.66%
G = 27.3%
B = 52.04%

CMYK

 C value IS 0.60

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#516BCC (or 0x516BCC) is known color: Royal Blue. HEX triplet: 51, 6B and CC. RGB value is (81,107,204). Sum of RGB (Red+Green+Blue) = 81+107+204=392 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.66% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #516BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516BCC is #AE9433. Grayscale: #6D6D6D. Windows color (decimal): -11441204 or 13396817. OLE color: 13396817.

HSL color Cylindrical-coordinate representation of color #516BCC: hue angle of 227.32º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #516BCC is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 81 107 204 -
CMYK 0.60 0.48 0 0.2
HSL 227.32º 0.55% 0.56% -
HSV(B) 227.32º 0.6% 0.8% -
XYZ 19.55 16.62 59.31 -
YUV 110.28 180.89 107.11 -
System Red Green Blue C M Y K H S L
Decimal 81 107 204 0.60 0.48 0 0.2 227.32 0.55 0.56
Hex 51 6B CC 3C 30 0 14 E3 37 38
Octal 121 153 314 74 60 0 24 343 67 70
Binary 1010001 1101011 11001100 111100 110000 0 10100 11100011 110111 111000

Color Harmonies of #516BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516BCC

Black with #516BCC

Text Example


Text Example

White with #516BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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