#5086DF

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

Shades of Cornflower Blue #5086DF

Tints of Cornflower Blue #5086DF

Color information

#5086DF (or 0x5086DF) is unknown color: approx Cornflower Blue. HEX triplet: 50, 86 and DF. RGB value is (80,134,223). Sum of RGB (Red+Green+Blue) = 80+134+223=437 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.31% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #5086DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5086DF is #AF7920. Grayscale: #7F7F7F. Windows color (decimal): -11499809 or 14648912. OLE color: 14648912.

HSL color Cylindrical-coordinate representation of color #5086DF: hue angle of 217.34º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5086DF is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB80134223-
CMYK0.640.4000.13
HSL217.34º69.08%59.41%-
HSV(B)217.34º64.13%87.45%-
XYZ25.1524.0873.13-
YUV128181.6193.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.31%
GREEN value IS 134 (52.73% from 255) = 30.66%
BLUE value IS 223 (87.5% from 255) = 51.03%
R=18.31%
G=30.66%
B=51.03%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal801342230.640.4000.13217.3469.0859.41
Hex5086DF40280Dd9453b
Octal1202063371005001533110573
Binary10100001000011011011111100000010100001101110110011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5086DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5086DF; }

 p { color: rgb(80,134,223); }

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

<style>
 a { background-color: #5086DF; }

 a { background-color: rgb(80,134,223); }

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

<style>
 span { border-color: #5086DF; }

 span { border-color: rgb(80,134,223); }

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