#558DDA

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

Shades of Cornflower Blue #558DDA

Tints of Cornflower Blue #558DDA

Color information

#558DDA (or 0x558DDA) is unknown color: approx Cornflower Blue. HEX triplet: 55, 8D and DA. RGB value is (85,141,218). Sum of RGB (Red+Green+Blue) = 85+141+218=444 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.14% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #558DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558DDA is #AA7225. Grayscale: #848484. Windows color (decimal): -11170342 or 14323029. OLE color: 14323029.

HSL color Cylindrical-coordinate representation of color #558DDA: hue angle of 214.74º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #558DDA is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB85141218-
CMYK0.610.3500.15
HSL214.74º64.25%59.41%-
HSV(B)214.74º61.01%85.49%-
XYZ25.9326.0469.99-
YUV133.03175.9593.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.14%
GREEN value IS 141 (55.47% from 255) = 31.76%
BLUE value IS 218 (85.55% from 255) = 49.10%
R=19.14%
G=31.76%
B=49.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal851412180.610.3500.15214.7464.2559.41
Hex558DDA3D230Fd7403b
Octal125215332754301732710073
Binary1010101100011011101101011110110001101111110101111000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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