#7086DF

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

Shades of Cornflower Blue #7086DF

Tints of Cornflower Blue #7086DF

Color information

#7086DF (or 0x7086DF) is unknown color: approx Cornflower Blue. HEX triplet: 70, 86 and DF. RGB value is (112,134,223). Sum of RGB (Red+Green+Blue) = 112+134+223=469 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.88% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #7086DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7086DF is #8F7920. Grayscale: #898989. Windows color (decimal): -9402657 or 14648944. OLE color: 14648944.

HSL color Cylindrical-coordinate representation of color #7086DF: hue angle of 228.11º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7086DF is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB112134223-
CMYK0.500.4000.13
HSL228.11º63.43%65.69%-
HSV(B)228.11º49.78%87.45%-
XYZ28.5325.8273.29-
YUV137.57176.21109.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.88%
GREEN value IS 134 (52.73% from 255) = 28.57%
BLUE value IS 223 (87.5% from 255) = 47.55%
R=23.88%
G=28.57%
B=47.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1121342230.500.4000.13228.1163.4365.69
Hex7086DF32280De43f42
Octal160206337625001534477102
Binary1110000100001101101111111001010100001101111001001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7086DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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