#558DE3

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

Shades of Cornflower Blue #558DE3

Tints of Cornflower Blue #558DE3

Color information

#558DE3 (or 0x558DE3) is unknown color: approx Cornflower Blue. HEX triplet: 55, 8D and E3. RGB value is (85,141,227). Sum of RGB (Red+Green+Blue) = 85+141+227=453 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.76% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 227 (89.06% from 255 or 50.11% from 453); Max value from RGB is 227 - color contains mainly: blue. Hex color #558DE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558DE3 is #AA721C. Grayscale: #858585. Windows color (decimal): -11170333 or 14912853. OLE color: 14912853.

HSL color Cylindrical-coordinate representation of color #558DE3: hue angle of 216.34º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #558DE3 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB85141227-
CMYK0.630.3800.11
HSL216.34º71.72%61.18%-
HSV(B)216.34º62.56%89.02%-
XYZ27.1426.5376.36-
YUV134.06180.4593.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.76%
GREEN value IS 141 (55.47% from 255) = 31.13%
BLUE value IS 227 (89.06% from 255) = 50.11%
R=18.76%
G=31.13%
B=50.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal851412270.630.3800.11216.3471.7261.18
Hex558DE33F260Bd8483d
Octal125215343774601333011075
Binary1010101100011011110001111111110011001011110110001001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558DE3; }

 p { color: rgb(85,141,227); }

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

<style>
 a { background-color: #558DE3; }

 a { background-color: rgb(85,141,227); }

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

<style>
 span { border-color: #558DE3; }

 span { border-color: rgb(85,141,227); }

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