#557FE2

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

Shades of Cornflower Blue #557FE2

Tints of Cornflower Blue #557FE2

Color information

#557FE2 (or 0x557FE2) is unknown color: approx Cornflower Blue. HEX triplet: 55, 7F and E2. RGB value is (85,127,226). Sum of RGB (Red+Green+Blue) = 85+127+226=438 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.41% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 226 (88.67% from 255 or 51.60% from 438); Max value from RGB is 226 - color contains mainly: blue. Hex color #557FE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557FE2 is #AA801D. Grayscale: #7D7D7D. Windows color (decimal): -11173918 or 14843733. OLE color: 14843733.

HSL color Cylindrical-coordinate representation of color #557FE2: hue angle of 222.13º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #557FE2 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB85127226-
CMYK0.620.4400.11
HSL222.13º70.85%60.98%-
HSV(B)222.13º62.39%88.63%-
XYZ25.0622.674.99-
YUV125.73184.5998.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.41%
GREEN value IS 127 (50% from 255) = 29.00%
BLUE value IS 226 (88.67% from 255) = 51.60%
R=19.41%
G=29.00%
B=51.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal851272260.620.4400.11222.1370.8560.98
Hex557FE23E2C0Bde473d
Octal125177342765401333610775
Binary101010111111111110001011111010110001011110111101000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,127,226); }

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

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

 a { background-color: rgb(85,127,226); }

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

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

 span { border-color: rgb(85,127,226); }

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