Html Css Color HEX #516AF4 Royal Blue

📋 copy color: '#516AF4'

red 81 ◦ green 106 ◦ blue 244

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

Shades of Royal Blue #516AF4

Tints of Royal Blue #516AF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 56.61%

R = 18.79%
G = 24.59%
B = 56.61%

CMYK

 C value IS 0.67

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#516AF4 (or 0x516AF4) is known color: Royal Blue. HEX triplet: 51, 6A and F4. RGB value is (81,106,244). Sum of RGB (Red+Green+Blue) = 81+106+244=431 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.79% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 244 (95.70% from 255 or 56.61% from 431); Max value from RGB is 244 - color contains mainly: blue. Hex color #516AF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516AF4 is #AE950B. Grayscale: #717171. Windows color (decimal): -11441420 or 16018001. OLE color: 16018001.

HSL color Cylindrical-coordinate representation of color #516AF4: hue angle of 230.8º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #516AF4 is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 81 106 244 -
CMYK 0.67 0.57 0 0.04
HSL 230.8º 0.88% 0.64% -
HSV(B) 230.8º 0.67% 0.96% -
XYZ 24.88 18.59 87.86 -
YUV 114.26 201.22 104.28 -
System Red Green Blue C M Y K H S L
Decimal 81 106 244 0.67 0.57 0 0.04 230.8 0.88 0.64
Hex 51 6A F4 43 39 0 4 E7 58 40
Octal 121 152 364 103 71 0 4 347 130 100
Binary 1010001 1101010 11110100 1000011 111001 0 100 11100111 1011000 1000000

Color Harmonies of #516AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516AF4

Black with #516AF4

Text Example


Text Example

White with #516AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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