#547BEB

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

Shades of Royal Blue #547BEB

Tints of Royal Blue #547BEB

Color information

#547BEB (or 0x547BEB) is unknown color: approx Royal Blue. HEX triplet: 54, 7B and EB. RGB value is (84,123,235). Sum of RGB (Red+Green+Blue) = 84+123+235=442 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.00% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #547BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547BEB is #AB8414. Grayscale: #7B7B7B. Windows color (decimal): -11240469 or 15432532. OLE color: 15432532.

HSL color Cylindrical-coordinate representation of color #547BEB: hue angle of 224.5º 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 #547BEB is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB84123235-
CMYK0.640.4800.08
HSL224.5º79.06%62.55%-
HSV(B)224.5º64.26%92.16%-
XYZ25.7322.0581.5-
YUV124.11190.5899.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.00%
GREEN value IS 123 (48.44% from 255) = 27.83%
BLUE value IS 235 (92.19% from 255) = 53.17%
R=19.00%
G=27.83%
B=53.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal841232350.640.4800.08224.579.0662.55
Hex547BEB403008e14f3f
Octal1241733531006001034111777
Binary1010100111101111101011100000011000001000111000011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547BEB; }

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

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

<style>
 a { background-color: #547BEB; }

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

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

<style>
 span { border-color: #547BEB; }

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

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