#7087E2

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

Shades of Cornflower Blue #7087E2

Tints of Cornflower Blue #7087E2

Color information

#7087E2 (or 0x7087E2) is unknown color: approx Cornflower Blue. HEX triplet: 70, 87 and E2. RGB value is (112,135,226). Sum of RGB (Red+Green+Blue) = 112+135+226=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 226 (88.67% from 255 or 47.78% from 473); Max value from RGB is 226 - color contains mainly: blue. Hex color #7087E2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7087E2 is #8F781D. Grayscale: #8A8A8A. Windows color (decimal): -9402398 or 14845808. OLE color: 14845808.

HSL color Cylindrical-coordinate representation of color #7087E2: hue angle of 227.89º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7087E2 is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB112135226-
CMYK0.500.4000.11
HSL227.89º66.28%66.27%-
HSV(B)227.89º50.44%88.63%-
XYZ29.0726.2675.49-
YUV138.5177.38109.1-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.68%
GREEN value IS 135 (53.12% from 255) = 28.54%
BLUE value IS 226 (88.67% from 255) = 47.78%
R=23.68%
G=28.54%
B=47.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1121352260.500.4000.11227.8966.2866.27
Hex7087E232280Be44242
Octal1602073426250013344102102
Binary11100001000011111100010110010101000010111110010010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7087E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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