#557CEA

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

Shades of Royal Blue #557CEA

Tints of Royal Blue #557CEA

Color information

#557CEA (or 0x557CEA) is unknown color: approx Royal Blue. HEX triplet: 55, 7C and EA. RGB value is (85,124,234). Sum of RGB (Red+Green+Blue) = 85+124+234=443 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.19% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #557CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557CEA is #AA8315. Grayscale: #7C7C7C. Windows color (decimal): -11174678 or 15367253. OLE color: 15367253.

HSL color Cylindrical-coordinate representation of color #557CEA: hue angle of 224.3º degrees, saturation: 0.78, 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 #557CEA is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB85124234-
CMYK0.640.4700.08
HSL224.3º78.01%62.55%-
HSV(B)224.3º63.68%91.76%-
XYZ25.8122.2980.78-
YUV124.88189.5899.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.19%
GREEN value IS 124 (48.83% from 255) = 27.99%
BLUE value IS 234 (91.80% from 255) = 52.82%
R=19.19%
G=27.99%
B=52.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal851242340.640.4700.08224.378.0162.55
Hex557CEA402F08e04e3f
Octal1251743521005701034011677
Binary1010101111110011101010100000010111101000111000001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557CEA; }

 p { color: rgb(85,124,234); }

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

<style>
 a { background-color: #557CEA; }

 a { background-color: rgb(85,124,234); }

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

<style>
 span { border-color: #557CEA; }

 span { border-color: rgb(85,124,234); }

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