#5098F1

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

Shades of Cornflower Blue #5098F1

Tints of Cornflower Blue #5098F1

Color information

#5098F1 (or 0x5098F1) is unknown color: approx Cornflower Blue. HEX triplet: 50, 98 and F1. RGB value is (80,152,241). Sum of RGB (Red+Green+Blue) = 80+152+241=473 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.91% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 241 (94.53% from 255 or 50.95% from 473); Max value from RGB is 241 - color contains mainly: blue. Hex color #5098F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5098F1 is #AF670E. Grayscale: #8C8C8C. Windows color (decimal): -11495183 or 15833168. OLE color: 15833168.

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

Color convert

RGB80152241-
CMYK0.670.3700.05
HSL213.17º85.19%62.94%-
HSV(B)213.17º66.8%94.51%-
XYZ30.4130.5187.51-
YUV140.62184.6584.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.91%
GREEN value IS 152 (59.77% from 255) = 32.14%
BLUE value IS 241 (94.53% from 255) = 50.95%
R=16.91%
G=32.14%
B=50.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal801522410.670.3700.05213.1785.1962.94
Hex5098F1432505d5553f
Octal120230361103450532512577
Binary1010000100110001111000110000111001010101110101011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5098F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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