Html Css Color HEX #516BDF Royal Blue

📋 copy color: '#516BDF'

red 81 ◦ green 107 ◦ blue 223

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

Shades of Royal Blue #516BDF

Tints of Royal Blue #516BDF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.03%

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

R = 19.71%
G = 26.03%
B = 54.26%

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

#516BDF (or 0x516BDF) is known color: Royal Blue. HEX triplet: 51, 6B and DF. RGB value is (81,107,223). Sum of RGB (Red+Green+Blue) = 81+107+223=411 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.71% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #516BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516BDF is #AE9420. Grayscale: #6F6F6F. Windows color (decimal): -11441185 or 14642001. OLE color: 14642001.

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

Color convert

RGB 81 107 223 -
CMYK 0.64 0.52 0 0.13
HSL 229.01º 0.69% 0.6% -
HSV(B) 229.01º 0.64% 0.87% -
XYZ 21.97 17.59 72.05 -
YUV 112.45 190.39 105.57 -
System Red Green Blue C M Y K H S L
Decimal 81 107 223 0.64 0.52 0 0.13 229.01 0.69 0.6
Hex 51 6B DF 40 34 0 D E5 45 3C
Octal 121 153 337 100 64 0 15 345 105 74
Binary 1010001 1101011 11011111 1000000 110100 0 1101 11100101 1000101 111100

Color Harmonies of #516BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516BDF

Black with #516BDF

Text Example


Text Example

White with #516BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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