Html Css Color HEX #516ACF Royal Blue

📋 copy color: '#516ACF'

red 81 ◦ green 106 ◦ blue 207

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

Shades of Royal Blue #516ACF

Tints of Royal Blue #516ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.9%

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

R = 20.56%
G = 26.9%
B = 52.54%

CMYK

 C value IS 0.61

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#516ACF (or 0x516ACF) is known color: Royal Blue. HEX triplet: 51, 6A and CF. RGB value is (81,106,207). Sum of RGB (Red+Green+Blue) = 81+106+207=394 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.56% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #516ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516ACF is #AE9530. Grayscale: #6D6D6D. Windows color (decimal): -11441457 or 13593169. OLE color: 13593169.

HSL color Cylindrical-coordinate representation of color #516ACF: hue angle of 228.1º 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 #516ACF is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 106 207 -
CMYK 0.61 0.49 0 0.19
HSL 228.1º 0.57% 0.56% -
HSV(B) 228.1º 0.61% 0.81% -
XYZ 19.81 16.56 61.18 -
YUV 110.04 182.72 107.29 -
System Red Green Blue C M Y K H S L
Decimal 81 106 207 0.61 0.49 0 0.19 228.1 0.57 0.56
Hex 51 6A CF 3D 31 0 13 E4 39 38
Octal 121 152 317 75 61 0 23 344 71 70
Binary 1010001 1101010 11001111 111101 110001 0 10011 11100100 111001 111000

Color Harmonies of #516ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516ACF

Black with #516ACF

Text Example


Text Example

White with #516ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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