Html Css Color HEX #516ADF Royal Blue

📋 copy color: '#516ADF'

red 81 ◦ green 106 ◦ blue 223

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

Shades of Royal Blue #516ADF

Tints of Royal Blue #516ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.39%

R = 19.76%
G = 25.85%
B = 54.39%

CMYK

 C value IS 0.64

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#516ADF (or 0x516ADF) is known color: Royal Blue. HEX triplet: 51, 6A and DF. RGB value is (81,106,223). Sum of RGB (Red+Green+Blue) = 81+106+223=410 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.76% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #516ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516ADF is #AE9520. Grayscale: #6F6F6F. Windows color (decimal): -11441441 or 14641745. OLE color: 14641745.

HSL color Cylindrical-coordinate representation of color #516ADF: hue angle of 229.44º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #516ADF is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 106 223 -
CMYK 0.64 0.52 0 0.13
HSL 229.44º 0.69% 0.6% -
HSV(B) 229.44º 0.64% 0.87% -
XYZ 21.87 17.39 72.02 -
YUV 111.86 190.72 105.99 -
System Red Green Blue C M Y K H S L
Decimal 81 106 223 0.64 0.52 0 0.13 229.44 0.69 0.6
Hex 51 6A DF 40 34 0 D E5 45 3C
Octal 121 152 337 100 64 0 15 345 105 74
Binary 1010001 1101010 11011111 1000000 110100 0 1101 11100101 1000101 111100

Color Harmonies of #516ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516ADF

Black with #516ADF

Text Example


Text Example

White with #516ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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