#5085F9

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

Shades of Cornflower Blue #5085F9

Tints of Cornflower Blue #5085F9

Color information

#5085F9 (or 0x5085F9) is unknown color: approx Cornflower Blue. HEX triplet: 50, 85 and F9. RGB value is (80,133,249). Sum of RGB (Red+Green+Blue) = 80+133+249=462 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.32% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 249 (97.66% from 255 or 53.90% from 462); Max value from RGB is 249 - color contains mainly: blue. Hex color #5085F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5085F9 is #AF7A06. Grayscale: #818181. Windows color (decimal): -11500039 or 16352592. OLE color: 16352592.

HSL color Cylindrical-coordinate representation of color #5085F9: hue angle of 221.18º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5085F9 is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB80133249-
CMYK0.680.4700.02
HSL221.18º93.37%64.51%-
HSV(B)221.18º67.87%97.65%-
XYZ28.7925.3292.99-
YUV130.38194.9492.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.32%
GREEN value IS 133 (52.34% from 255) = 28.79%
BLUE value IS 249 (97.66% from 255) = 53.90%
R=17.32%
G=28.79%
B=53.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal801332490.680.4700.02221.1893.3764.51
Hex5085F9442F02dd5d41
Octal1202053711045702335135101
Binary1010000100001011111100110001001011110101101110110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5085F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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