#558DE9

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

Shades of Cornflower Blue #558DE9

Tints of Cornflower Blue #558DE9

Color information

#558DE9 (or 0x558DE9) is unknown color: approx Cornflower Blue. HEX triplet: 55, 8D and E9. RGB value is (85,141,233). Sum of RGB (Red+Green+Blue) = 85+141+233=459 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.52% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 233 (91.41% from 255 or 50.76% from 459); Max value from RGB is 233 - color contains mainly: blue. Hex color #558DE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558DE9 is #AA7216. Grayscale: #868686. Windows color (decimal): -11170327 or 15306069. OLE color: 15306069.

HSL color Cylindrical-coordinate representation of color #558DE9: hue angle of 217.3º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #558DE9 is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB85141233-
CMYK0.640.3900.09
HSL217.3º77.08%62.35%-
HSV(B)217.3º63.52%91.37%-
XYZ27.9826.8680.8-
YUV134.74183.4592.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.52%
GREEN value IS 141 (55.47% from 255) = 30.72%
BLUE value IS 233 (91.41% from 255) = 50.76%
R=18.52%
G=30.72%
B=50.76%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal851412330.640.3900.09217.377.0862.35
Hex558DE9402709d94d3e
Octal1252153511004701133111576
Binary10101011000110111101001100000010011101001110110011001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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