#557BF1

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

Shades of Royal Blue #557BF1

Tints of Royal Blue #557BF1

Color information

#557BF1 (or 0x557BF1) is unknown color: approx Royal Blue. HEX triplet: 55, 7B and F1. RGB value is (85,123,241). Sum of RGB (Red+Green+Blue) = 85+123+241=449 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.93% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 241 (94.53% from 255 or 53.67% from 449); Max value from RGB is 241 - color contains mainly: blue. Hex color #557BF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557BF1 is #AA840E. Grayscale: #7C7C7C. Windows color (decimal): -11174927 or 15825749. OLE color: 15825749.

HSL color Cylindrical-coordinate representation of color #557BF1: hue angle of 225.38º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #557BF1 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB85123241-
CMYK0.650.4900.05
HSL225.38º84.78%63.92%-
HSV(B)225.38º64.73%94.51%-
XYZ26.7122.4586.14-
YUV125.09193.4199.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.93%
GREEN value IS 123 (48.44% from 255) = 27.39%
BLUE value IS 241 (94.53% from 255) = 53.67%
R=18.93%
G=27.39%
B=53.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal851232410.650.4900.05225.3884.7863.92
Hex557BF1413105e15540
Octal1251733611016105341125100
Binary1010101111101111110001100000111000101011110000110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,123,241); }

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

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

 a { background-color: rgb(85,123,241); }

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

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

 span { border-color: rgb(85,123,241); }

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