#5085F1

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

Shades of Cornflower Blue #5085F1

Tints of Cornflower Blue #5085F1

Color information

#5085F1 (or 0x5085F1) is unknown color: approx Cornflower Blue. HEX triplet: 50, 85 and F1. RGB value is (80,133,241). Sum of RGB (Red+Green+Blue) = 80+133+241=454 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.62% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 241 (94.53% from 255 or 53.08% from 454); Max value from RGB is 241 - color contains mainly: blue. Hex color #5085F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5085F1 is #AF7A0E. Grayscale: #808080. Windows color (decimal): -11500047 or 15828304. OLE color: 15828304.

HSL color Cylindrical-coordinate representation of color #5085F1: hue angle of 220.25º 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 #5085F1 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB80133241-
CMYK0.670.4500.05
HSL220.25º85.19%62.94%-
HSV(B)220.25º66.8%94.51%-
XYZ27.5724.8386.56-
YUV129.46190.9492.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.62%
GREEN value IS 133 (52.34% from 255) = 29.30%
BLUE value IS 241 (94.53% from 255) = 53.08%
R=17.62%
G=29.30%
B=53.08%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal801332410.670.4500.05220.2585.1962.94
Hex5085F1432D05dc553f
Octal120205361103550533412577
Binary1010000100001011111000110000111011010101110111001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5085F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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