Html Css Color HEX #516FED Royal Blue

📋 copy color: '#516FED'

red 81 ◦ green 111 ◦ blue 237

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

Shades of Royal Blue #516FED

Tints of Royal Blue #516FED

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.87%

 BLUE value IS 237 (92.97% from 255) = 55.24%

R = 18.88%
G = 25.87%
B = 55.24%

CMYK

 C value IS 0.66

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#516FED (or 0x516FED) is known color: Royal Blue. HEX triplet: 51, 6F and ED. RGB value is (81,111,237). Sum of RGB (Red+Green+Blue) = 81+111+237=429 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.88% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #516FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516FED is #AE9012. Grayscale: #737373. Windows color (decimal): -11440147 or 15560529. OLE color: 15560529.

HSL color Cylindrical-coordinate representation of color #516FED: hue angle of 228.46º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #516FED is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 111 237 -
CMYK 0.66 0.53 0 0.07
HSL 228.46º 0.81% 0.62% -
HSV(B) 228.46º 0.66% 0.93% -
XYZ 24.36 19.23 82.55 -
YUV 116.39 196.06 102.75 -
System Red Green Blue C M Y K H S L
Decimal 81 111 237 0.66 0.53 0 0.07 228.46 0.81 0.62
Hex 51 6F ED 42 35 0 7 E4 51 3E
Octal 121 157 355 102 65 0 7 344 121 76
Binary 1010001 1101111 11101101 1000010 110101 0 111 11100100 1010001 111110

Color Harmonies of #516FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516FED

Black with #516FED

Text Example


Text Example

White with #516FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,111,237); }

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

background-color css

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

 a { background-color: rgb(81,111,237); }

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

border-color css

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

 span { border-color: rgb(81,111,237); }

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