#557DDE

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

Shades of Royal Blue #557DDE

Tints of Royal Blue #557DDE

Color information

#557DDE (or 0x557DDE) is unknown color: approx Royal Blue. HEX triplet: 55, 7D and DE. RGB value is (85,125,222). Sum of RGB (Red+Green+Blue) = 85+125+222=432 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.68% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #557DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557DDE is #AA8221. Grayscale: #7B7B7B. Windows color (decimal): -11174434 or 14581077. OLE color: 14581077.

HSL color Cylindrical-coordinate representation of color #557DDE: hue angle of 222.48º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #557DDE is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB85125222-
CMYK0.620.4400.13
HSL222.48º67.49%60.2%-
HSV(B)222.48º61.71%87.06%-
XYZ24.2621.8772.05-
YUV124.1183.25100.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.68%
GREEN value IS 125 (49.22% from 255) = 28.94%
BLUE value IS 222 (87.11% from 255) = 51.39%
R=19.68%
G=28.94%
B=51.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal851252220.620.4400.13222.4867.4960.2
Hex557DDE3E2C0Dde433c
Octal125175336765401533610374
Binary101010111111011101111011111010110001101110111101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,125,222); }

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

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

 a { background-color: rgb(85,125,222); }

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

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

 span { border-color: rgb(85,125,222); }

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