#557CEC

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

Shades of Royal Blue #557CEC

Tints of Royal Blue #557CEC

Color information

#557CEC (or 0x557CEC) is unknown color: approx Royal Blue. HEX triplet: 55, 7C and EC. RGB value is (85,124,236). Sum of RGB (Red+Green+Blue) = 85+124+236=445 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.10% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #557CEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557CEC is #AA8313. Grayscale: #7C7C7C. Windows color (decimal): -11174676 or 15498325. OLE color: 15498325.

HSL color Cylindrical-coordinate representation of color #557CEC: hue angle of 224.5º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #557CEC is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB85124236-
CMYK0.640.4700.07
HSL224.5º79.89%62.94%-
HSV(B)224.5º63.98%92.55%-
XYZ26.0922.482.31-
YUV125.11190.5899.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.10%
GREEN value IS 124 (48.83% from 255) = 27.87%
BLUE value IS 236 (92.58% from 255) = 53.03%
R=19.10%
G=27.87%
B=53.03%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal851242360.640.4700.07224.579.8962.94
Hex557CEC402F07e1503f
Octal125174354100570734112077
Binary101010111111001110110010000001011110111111000011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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