#5893F0

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

Shades of Cornflower Blue #5893F0

Tints of Cornflower Blue #5893F0

Color information

#5893F0 (or 0x5893F0) is unknown color: approx Cornflower Blue. HEX triplet: 58, 93 and F0. RGB value is (88,147,240). Sum of RGB (Red+Green+Blue) = 88+147+240=475 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.53% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 240 (94.14% from 255 or 50.53% from 475); Max value from RGB is 240 - color contains mainly: blue. Hex color #5893F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5893F0 is #A76C0F. Grayscale: #8B8B8B. Windows color (decimal): -10972176 or 15766360. OLE color: 15766360.

HSL color Cylindrical-coordinate representation of color #5893F0: hue angle of 216.71º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5893F0 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB88147240-
CMYK0.630.3900.06
HSL216.71º83.52%64.31%-
HSV(B)216.71º63.33%94.12%-
XYZ30.1929.2386.49-
YUV139.96184.4590.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.53%
GREEN value IS 147 (57.81% from 255) = 30.95%
BLUE value IS 240 (94.14% from 255) = 50.53%
R=18.53%
G=30.95%
B=50.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal881472400.630.3900.06216.7183.5264.31
Hex5893F03F2706d95440
Octal130223360774706331124100
Binary1011000100100111111000011111110011101101101100110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5893F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5893F0; }

 p { color: rgb(88,147,240); }

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

<style>
 a { background-color: #5893F0; }

 a { background-color: rgb(88,147,240); }

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

<style>
 span { border-color: #5893F0; }

 span { border-color: rgb(88,147,240); }

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