Html Css Color HEX #516CF3 Royal Blue

📋 copy color: '#516CF3'

red 81 ◦ green 108 ◦ blue 243

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

Shades of Royal Blue #516CF3

Tints of Royal Blue #516CF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 56.25%

R = 18.75%
G = 25%
B = 56.25%

CMYK

 C value IS 0.67

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#516CF3 (or 0x516CF3) is known color: Royal Blue. HEX triplet: 51, 6C and F3. RGB value is (81,108,243). Sum of RGB (Red+Green+Blue) = 81+108+243=432 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.75% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 243 (95.31% from 255 or 56.25% from 432); Max value from RGB is 243 - color contains mainly: blue. Hex color #516CF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516CF3 is #AE930C. Grayscale: #727272. Windows color (decimal): -11440909 or 15952977. OLE color: 15952977.

HSL color Cylindrical-coordinate representation of color #516CF3: hue angle of 230º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #516CF3 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 81 108 243 -
CMYK 0.67 0.56 0 0.05
HSL 230º 0.87% 0.64% -
HSV(B) 230º 0.67% 0.95% -
XYZ 24.93 18.95 87.14 -
YUV 115.32 200.05 103.52 -
System Red Green Blue C M Y K H S L
Decimal 81 108 243 0.67 0.56 0 0.05 230 0.87 0.64
Hex 51 6C F3 43 38 0 5 E6 57 40
Octal 121 154 363 103 70 0 5 346 127 100
Binary 1010001 1101100 11110011 1000011 111000 0 101 11100110 1010111 1000000

Color Harmonies of #516CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516CF3

Black with #516CF3

Text Example


Text Example

White with #516CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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