Html Css Color HEX #516BCF Royal Blue

📋 copy color: '#516BCF'

red 81 ◦ green 107 ◦ blue 207

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

Shades of Royal Blue #516BCF

Tints of Royal Blue #516BCF

RGB

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

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

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

R = 20.51%
G = 27.09%
B = 52.41%

CMYK

 C value IS 0.61

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#516BCF (or 0x516BCF) is known color: Royal Blue. HEX triplet: 51, 6B and CF. RGB value is (81,107,207). Sum of RGB (Red+Green+Blue) = 81+107+207=395 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.51% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #516BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516BCF is #AE9430. Grayscale: #6E6E6E. Windows color (decimal): -11441201 or 13593425. OLE color: 13593425.

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

Color convert

RGB 81 107 207 -
CMYK 0.61 0.48 0 0.19
HSL 227.62º 0.57% 0.56% -
HSV(B) 227.62º 0.61% 0.81% -
XYZ 19.91 16.77 61.22 -
YUV 110.63 182.39 106.87 -
System Red Green Blue C M Y K H S L
Decimal 81 107 207 0.61 0.48 0 0.19 227.62 0.57 0.56
Hex 51 6B CF 3D 30 0 13 E4 39 38
Octal 121 153 317 75 60 0 23 344 71 70
Binary 1010001 1101011 11001111 111101 110000 0 10011 11100100 111001 111000

Color Harmonies of #516BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516BCF

Black with #516BCF

Text Example


Text Example

White with #516BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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