#5466EB

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

Shades of Royal Blue #5466EB

Tints of Royal Blue #5466EB

Color information

#5466EB (or 0x5466EB) is unknown color: approx Royal Blue. HEX triplet: 54, 66 and EB. RGB value is (84,102,235). Sum of RGB (Red+Green+Blue) = 84+102+235=421 (55% of max value = 765). Red value is 84 (33.20% from 255 or 19.95% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 235 (92.19% from 255 or 55.82% from 421); Max value from RGB is 235 - color contains mainly: blue. Hex color #5466EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5466EB is #AB9914. Grayscale: #6F6F6F. Windows color (decimal): -11245845 or 15427156. OLE color: 15427156.

HSL color Cylindrical-coordinate representation of color #5466EB: hue angle of 232.85º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5466EB is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB84102235-
CMYK0.640.5700.08
HSL232.85º79.06%62.55%-
HSV(B)232.85º64.26%92.16%-
XYZ23.417.3980.72-
YUV111.78197.54108.19-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.95%
GREEN value IS 102 (40.23% from 255) = 24.23%
BLUE value IS 235 (92.19% from 255) = 55.82%
R=19.95%
G=24.23%
B=55.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal841022350.640.5700.08232.8579.0662.55
Hex5466EB403908e94f3f
Octal1241463531007101035111777
Binary1010100110011011101011100000011100101000111010011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5466EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5466EB; }

 p { color: rgb(84,102,235); }

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

<style>
 a { background-color: #5466EB; }

 a { background-color: rgb(84,102,235); }

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

<style>
 span { border-color: #5466EB; }

 span { border-color: rgb(84,102,235); }

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