#7087F7

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

Shades of Cornflower Blue #7087F7

Tints of Cornflower Blue #7087F7

Color information

#7087F7 (or 0x7087F7) is unknown color: approx Cornflower Blue. HEX triplet: 70, 87 and F7. RGB value is (112,135,247). Sum of RGB (Red+Green+Blue) = 112+135+247=494 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.67% from 494); Green value is 135 (53.12% from 255 or 27.33% from 494); Blue value is 247 (96.88% from 255 or 50% from 494); Max value from RGB is 247 - color contains mainly: blue. Hex color #7087F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7087F7 is #8F7808. Grayscale: #8C8C8C. Windows color (decimal): -9402377 or 16222064. OLE color: 16222064.

HSL color Cylindrical-coordinate representation of color #7087F7: hue angle of 229.78º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7087F7 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB112135247-
CMYK0.550.4500.03
HSL229.78º89.4%70.39%-
HSV(B)229.78º54.66%96.86%-
XYZ32.1327.4991.61-
YUV140.89187.88107.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.67%
GREEN value IS 135 (53.12% from 255) = 27.33%
BLUE value IS 247 (96.88% from 255) = 50%
R=22.67%
G=27.33%
B=50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1121352470.550.4500.03229.7889.470.39
Hex7087F7372D03e65946
Octal160207367675503346131106
Binary111000010000111111101111101111011010111110011010110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7087F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7087F7; }

 p { color: rgb(112,135,247); }

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

<style>
 a { background-color: #7087F7; }

 a { background-color: rgb(112,135,247); }

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

<style>
 span { border-color: #7087F7; }

 span { border-color: rgb(112,135,247); }

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