Html Css Color HEX #516FCC Royal Blue

📋 copy color: '#516FCC'

red 81 ◦ green 111 ◦ blue 204

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

Shades of Royal Blue #516FCC

Tints of Royal Blue #516FCC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.03%

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

R = 20.45%
G = 28.03%
B = 51.52%

CMYK

 C value IS 0.60

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#516FCC (or 0x516FCC) is known color: Royal Blue. HEX triplet: 51, 6F and CC. RGB value is (81,111,204). Sum of RGB (Red+Green+Blue) = 81+111+204=396 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.45% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #516FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516FCC is #AE9033. Grayscale: #707070. Windows color (decimal): -11440180 or 13397841. OLE color: 13397841.

HSL color Cylindrical-coordinate representation of color #516FCC: hue angle of 225.37º 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 #516FCC is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 81 111 204 -
CMYK 0.60 0.46 0 0.2
HSL 225.37º 0.55% 0.56% -
HSV(B) 225.37º 0.6% 0.8% -
XYZ 19.98 17.48 59.45 -
YUV 112.63 179.56 105.44 -
System Red Green Blue C M Y K H S L
Decimal 81 111 204 0.60 0.46 0 0.2 225.37 0.55 0.56
Hex 51 6F CC 3C 2E 0 14 E1 37 38
Octal 121 157 314 74 56 0 24 341 67 70
Binary 1010001 1101111 11001100 111100 101110 0 10100 11100001 110111 111000

Color Harmonies of #516FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516FCC

Black with #516FCC

Text Example


Text Example

White with #516FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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