Html Css Color HEX #516ECF Royal Blue

📋 copy color: '#516ECF'

red 81 ◦ green 110 ◦ blue 207

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

Shades of Royal Blue #516ECF

Tints of Royal Blue #516ECF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.64%

 BLUE value IS 207 (81.25% from 255) = 52.01%

R = 20.35%
G = 27.64%
B = 52.01%

CMYK

 C value IS 0.61

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#516ECF (or 0x516ECF) is known color: Royal Blue. HEX triplet: 51, 6E and CF. RGB value is (81,110,207). Sum of RGB (Red+Green+Blue) = 81+110+207=398 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.35% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #516ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516ECF is #AE9130. Grayscale: #6F6F6F. Windows color (decimal): -11440433 or 13594193. OLE color: 13594193.

HSL color Cylindrical-coordinate representation of color #516ECF: hue angle of 226.19º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #516ECF is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 110 207 -
CMYK 0.61 0.47 0 0.19
HSL 226.19º 0.57% 0.56% -
HSV(B) 226.19º 0.61% 0.81% -
XYZ 20.23 17.41 61.32 -
YUV 112.39 181.39 105.61 -
System Red Green Blue C M Y K H S L
Decimal 81 110 207 0.61 0.47 0 0.19 226.19 0.57 0.56
Hex 51 6E CF 3D 2F 0 13 E2 39 38
Octal 121 156 317 75 57 0 23 342 71 70
Binary 1010001 1101110 11001111 111101 101111 0 10011 11100010 111001 111000

Color Harmonies of #516ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516ECF

Black with #516ECF

Text Example


Text Example

White with #516ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,110,207); }

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

background-color css

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

 a { background-color: rgb(81,110,207); }

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

border-color css

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

 span { border-color: rgb(81,110,207); }

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