#557DF8

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

Shades of Cornflower Blue #557DF8

Tints of Cornflower Blue #557DF8

Color information

#557DF8 (or 0x557DF8) is unknown color: approx Cornflower Blue. HEX triplet: 55, 7D and F8. RGB value is (85,125,248). Sum of RGB (Red+Green+Blue) = 85+125+248=458 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.56% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 248 (97.27% from 255 or 54.15% from 458); Max value from RGB is 248 - color contains mainly: blue. Hex color #557DF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557DF8 is #AA8207. Grayscale: #7E7E7E. Windows color (decimal): -11174408 or 16285013. OLE color: 16285013.

HSL color Cylindrical-coordinate representation of color #557DF8: hue angle of 225.28º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #557DF8 is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB85125248-
CMYK0.660.5000.03
HSL225.28º92.09%65.29%-
HSV(B)225.28º65.73%97.25%-
XYZ28.0223.3891.84-
YUV127.06196.2598-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.56%
GREEN value IS 125 (49.22% from 255) = 27.29%
BLUE value IS 248 (97.27% from 255) = 54.15%
R=18.56%
G=27.29%
B=54.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal851252480.660.5000.03225.2892.0965.29
Hex557DF8423203e15c41
Octal1251753701026203341134101
Binary101010111111011111100010000101100100111110000110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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