Html Css Color HEX #516CF0 Royal Blue

📋 copy color: '#516CF0'

red 81 ◦ green 108 ◦ blue 240

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

Shades of Royal Blue #516CF0

Tints of Royal Blue #516CF0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.17%

 BLUE value IS 240 (94.14% from 255) = 55.94%

R = 18.88%
G = 25.17%
B = 55.94%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#516CF0 (or 0x516CF0) is known color: Royal Blue. HEX triplet: 51, 6C and F0. RGB value is (81,108,240). Sum of RGB (Red+Green+Blue) = 81+108+240=429 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.88% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 240 (94.14% from 255 or 55.94% from 429); Max value from RGB is 240 - color contains mainly: blue. Hex color #516CF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516CF0 is #AE930F. Grayscale: #727272. Windows color (decimal): -11440912 or 15756369. OLE color: 15756369.

HSL color Cylindrical-coordinate representation of color #516CF0: hue angle of 229.81º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #516CF0 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 81 108 240 -
CMYK 0.66 0.55 0 0.06
HSL 229.81º 0.84% 0.63% -
HSV(B) 229.81º 0.66% 0.94% -
XYZ 24.48 18.77 84.77 -
YUV 114.98 198.55 103.77 -
System Red Green Blue C M Y K H S L
Decimal 81 108 240 0.66 0.55 0 0.06 229.81 0.84 0.63
Hex 51 6C F0 42 37 0 6 E6 54 3F
Octal 121 154 360 102 67 0 6 346 124 77
Binary 1010001 1101100 11110000 1000010 110111 0 110 11100110 1010100 111111

Color Harmonies of #516CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516CF0

Black with #516CF0

Text Example


Text Example

White with #516CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,108,240); }

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

background-color css

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

 a { background-color: rgb(81,108,240); }

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

border-color css

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

 span { border-color: rgb(81,108,240); }

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