#5899f4

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

Shades of Cornflower Blue #5899F4

Tints of Cornflower Blue #5899F4

Color information

#5899F4 (or 0x5899F4) is unknown color: approx Cornflower Blue. HEX triplet: 58, 99 and F4. RGB value is (88,153,244). Sum of RGB (Red+Green+Blue) = 88+153+244=485 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.14% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 244 (95.70% from 255 or 50.31% from 485); Max value from RGB is 244 - color contains mainly: blue. Hex color #5899F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5899F4 is #A7660B. Grayscale: #8F8F8F. Windows color (decimal): -10970636 or 16030040. OLE color: 16030040.

HSL color Cylindrical-coordinate representation of color #5899F4: hue angle of 215º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5899F4 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB88153244-
CMYK0.640.3700.04
HSL215º87.64%65.1%-
HSV(B)215º63.93%95.69%-
XYZ31.7431.3989.97-
YUV143.94184.4788.1-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.14%
GREEN value IS 153 (60.16% from 255) = 31.55%
BLUE value IS 244 (95.70% from 255) = 50.31%
R=18.14%
G=31.55%
B=50.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal881532440.640.3700.0421587.6465.1
Hex5899F4402504d75841
Octal1302313641004504327130101
Binary10110001001100111110100100000010010101001101011110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5899f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5899f4; }

 p { color: rgb(88,153,244); }

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

<style>
 a { background-color: #5899f4; }

 a { background-color: rgb(88,153,244); }

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

<style>
 span { border-color: #5899f4; }

 span { border-color: rgb(88,153,244); }

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