#557EEA

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

Shades of Cornflower Blue #557EEA

Tints of Cornflower Blue #557EEA

Color information

#557EEA (or 0x557EEA) is unknown color: approx Cornflower Blue. HEX triplet: 55, 7E and EA. RGB value is (85,126,234). Sum of RGB (Red+Green+Blue) = 85+126+234=445 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.10% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #557EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557EEA is #AA8115. Grayscale: #7D7D7D. Windows color (decimal): -11174166 or 15367765. OLE color: 15367765.

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

Color convert

RGB85126234-
CMYK0.640.4600.08
HSL223.49º78.01%62.55%-
HSV(B)223.49º63.68%91.76%-
XYZ26.0622.7980.87-
YUV126.05188.9298.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.10%
GREEN value IS 126 (49.61% from 255) = 28.31%
BLUE value IS 234 (91.80% from 255) = 52.58%
R=19.10%
G=28.31%
B=52.58%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal851262340.640.4600.08223.4978.0162.55
Hex557EEA402E08df4e3f
Octal1251763521005601033711677
Binary1010101111111011101010100000010111001000110111111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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