#578CF2

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

Shades of Cornflower Blue #578CF2

Tints of Cornflower Blue #578CF2

Color information

#578CF2 (or 0x578CF2) is unknown color: approx Cornflower Blue. HEX triplet: 57, 8C and F2. RGB value is (87,140,242). Sum of RGB (Red+Green+Blue) = 87+140+242=469 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.55% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 242 (94.92% from 255 or 51.60% from 469); Max value from RGB is 242 - color contains mainly: blue. Hex color #578CF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #578CF2 is #A8730D. Grayscale: #878787. Windows color (decimal): -11039502 or 15895639. OLE color: 15895639.

HSL color Cylindrical-coordinate representation of color #578CF2: hue angle of 219.48º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #578CF2 is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB87140242-
CMYK0.640.4200.05
HSL219.48º85.64%64.51%-
HSV(B)219.48º64.05%94.9%-
XYZ29.3427.1987.71-
YUV135.78187.9493.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.55%
GREEN value IS 140 (55.08% from 255) = 29.85%
BLUE value IS 242 (94.92% from 255) = 51.60%
R=18.55%
G=29.85%
B=51.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal871402420.640.4200.05219.4885.6464.51
Hex578CF2402A05db5641
Octal1272143621005205333126101
Binary10101111000110011110010100000010101001011101101110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578CF2; }

 p { color: rgb(87,140,242); }

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

<style>
 a { background-color: #578CF2; }

 a { background-color: rgb(87,140,242); }

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

<style>
 span { border-color: #578CF2; }

 span { border-color: rgb(87,140,242); }

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