Html Css Color HEX #516FDF Royal Blue

📋 copy color: '#516FDF'

red 81 ◦ green 111 ◦ blue 223

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

Shades of Royal Blue #516FDF

Tints of Royal Blue #516FDF

RGB

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

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

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

R = 19.52%
G = 26.75%
B = 53.73%

CMYK

 C value IS 0.64

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#516FDF (or 0x516FDF) is known color: Royal Blue. HEX triplet: 51, 6F and DF. RGB value is (81,111,223). Sum of RGB (Red+Green+Blue) = 81+111+223=415 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.52% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #516FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516FDF is #AE9020. Grayscale: #727272. Windows color (decimal): -11440161 or 14643025. OLE color: 14643025.

HSL color Cylindrical-coordinate representation of color #516FDF: hue angle of 227.32º 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 #516FDF is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 111 223 -
CMYK 0.64 0.50 0 0.13
HSL 227.32º 0.69% 0.6% -
HSV(B) 227.32º 0.64% 0.87% -
XYZ 22.4 18.45 72.19 -
YUV 114.8 189.06 103.89 -
System Red Green Blue C M Y K H S L
Decimal 81 111 223 0.64 0.50 0 0.13 227.32 0.69 0.6
Hex 51 6F DF 40 32 0 D E3 45 3C
Octal 121 157 337 100 62 0 15 343 105 74
Binary 1010001 1101111 11011111 1000000 110010 0 1101 11100011 1000101 111100

Color Harmonies of #516FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516FDF

Black with #516FDF

Text Example


Text Example

White with #516FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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