#5161ED

Color #5161ED Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #5161ED

Tints of Royal Blue #5161ED

Color information

#5161ED (or 0x5161ED) is unknown color: approx Royal Blue. HEX triplet: 51, 61 and ED. RGB value is (81,97,237). Sum of RGB (Red+Green+Blue) = 81+97+237=415 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.52% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 237 (92.97% from 255 or 57.11% from 415); Max value from RGB is 237 - color contains mainly: blue. Hex color #5161ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5161ED is #AE9E12. Grayscale: #6B6B6B. Windows color (decimal): -11443731 or 15556945. OLE color: 15556945.

HSL color Cylindrical-coordinate representation of color #5161ED: hue angle of 233.85º 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 #5161ED is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8197237-
CMYK0.660.5900.07
HSL233.85º81.25%62.35%-
HSV(B)233.85º65.82%92.94%-
XYZ22.9516.4182.08-
YUV108.18200.7108.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.52%
GREEN value IS 97 (38.28% from 255) = 23.37%
BLUE value IS 237 (92.97% from 255) = 57.11%
R=19.52%
G=23.37%
B=57.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal81972370.660.5900.07233.8581.2562.35
Hex5161ED423B07ea513e
Octal121141355102730735212176
Binary101000111000011110110110000101110110111111010101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5161ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5161ED; }

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

 H1.HeaderClassName
 {
   color: #5161ED;
 }
 .AnyTagClassName
 {
   color: #5161ED;
 }
</style>
background-color css

<style>
 a { background-color: #5161ED; }

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

 div.DivClassName
 {
   background-color: #5161ED;
 }
 .BgClassName
 {
   background-color: #5161ED;
 }
</style>
border-color css

<style>
 span { border-color: #5161ED; }

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

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