#558EFA

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

Shades of Cornflower Blue #558EFA

Tints of Cornflower Blue #558EFA

Color information

#558EFA (or 0x558EFA) is unknown color: approx Cornflower Blue. HEX triplet: 55, 8E and FA. RGB value is (85,142,250). Sum of RGB (Red+Green+Blue) = 85+142+250=477 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.82% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #558EFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558EFA is #AA7105. Grayscale: #888888. Windows color (decimal): -11170054 or 16420437. OLE color: 16420437.

HSL color Cylindrical-coordinate representation of color #558EFA: hue angle of 219.27º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #558EFA is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB85142250-
CMYK0.660.4300.02
HSL219.27º94.29%65.69%-
HSV(B)219.27º66%98.04%-
XYZ30.6728.1894.26-
YUV137.27191.6290.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.82%
GREEN value IS 142 (55.86% from 255) = 29.77%
BLUE value IS 250 (98.05% from 255) = 52.41%
R=17.82%
G=29.77%
B=52.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal851422500.660.4300.02219.2794.2965.69
Hex558EFA422B02db5e42
Octal1252163721025302333136102
Binary1010101100011101111101010000101010110101101101110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,142,250); }

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

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

 a { background-color: rgb(85,142,250); }

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

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

 span { border-color: rgb(85,142,250); }

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