#5898F1

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

Shades of Cornflower Blue #5898F1

Tints of Cornflower Blue #5898F1

Color information

#5898F1 (or 0x5898F1) is unknown color: approx Cornflower Blue. HEX triplet: 58, 98 and F1. RGB value is (88,152,241). Sum of RGB (Red+Green+Blue) = 88+152+241=481 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.30% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #5898F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5898F1 is #A7670E. Grayscale: #8E8E8E. Windows color (decimal): -10970895 or 15833176. OLE color: 15833176.

HSL color Cylindrical-coordinate representation of color #5898F1: hue angle of 214.9º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5898F1 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB88152241-
CMYK0.630.3700.05
HSL214.9º84.53%64.51%-
HSV(B)214.9º63.49%94.51%-
XYZ31.1330.8887.54-
YUV143.01183.388.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.30%
GREEN value IS 152 (59.77% from 255) = 31.60%
BLUE value IS 241 (94.53% from 255) = 50.10%
R=18.30%
G=31.60%
B=50.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal881522410.630.3700.05214.984.5364.51
Hex5898F13F2505d75541
Octal130230361774505327125101
Binary1011000100110001111000111111110010101011101011110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5898F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5898F1; }

 p { color: rgb(88,152,241); }

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

<style>
 a { background-color: #5898F1; }

 a { background-color: rgb(88,152,241); }

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

<style>
 span { border-color: #5898F1; }

 span { border-color: rgb(88,152,241); }

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