#557AFE

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

Shades of Cornflower Blue #557AFE

Tints of Cornflower Blue #557AFE

Color information

#557AFE (or 0x557AFE) is unknown color: approx Cornflower Blue. HEX triplet: 55, 7A and FE. RGB value is (85,122,254). Sum of RGB (Red+Green+Blue) = 85+122+254=461 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.44% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #557AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557AFE is #AA8501. Grayscale: #7D7D7D. Windows color (decimal): -11175170 or 16677461. OLE color: 16677461.

HSL color Cylindrical-coordinate representation of color #557AFE: hue angle of 226.86º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #557AFE is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB85122254-
CMYK0.670.5200.00
HSL226.86º98.83%66.47%-
HSV(B)226.86º66.54%99.61%-
XYZ28.623.0196.7-
YUV125.98200.2498.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.44%
GREEN value IS 122 (48.05% from 255) = 26.46%
BLUE value IS 254 (99.61% from 255) = 55.10%
R=18.44%
G=26.46%
B=55.10%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal851222540.670.5200.00226.8698.8366.47
Hex557AFE433400e36342
Octal1251723761036400343143102
Binary10101011111010111111101000011110100001110001111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,122,254); }

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

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

 a { background-color: rgb(85,122,254); }

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

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

 span { border-color: rgb(85,122,254); }

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