#7087f2

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

Shades of Cornflower Blue #7087F2

Tints of Cornflower Blue #7087F2

Color information

#7087F2 (or 0x7087F2) is unknown color: approx Cornflower Blue. HEX triplet: 70, 87 and F2. RGB value is (112,135,242). Sum of RGB (Red+Green+Blue) = 112+135+242=489 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.90% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 242 (94.92% from 255 or 49.49% from 489); Max value from RGB is 242 - color contains mainly: blue. Hex color #7087F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7087F2 is #8F780D. Grayscale: #8B8B8B. Windows color (decimal): -9402382 or 15894384. OLE color: 15894384.

HSL color Cylindrical-coordinate representation of color #7087F2: hue angle of 229.38º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7087F2 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB112135242-
CMYK0.540.4400.05
HSL229.38º83.33%69.41%-
HSV(B)229.38º53.72%94.9%-
XYZ31.3727.1887.6-
YUV140.32185.38107.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.90%
GREEN value IS 135 (53.12% from 255) = 27.61%
BLUE value IS 242 (94.92% from 255) = 49.49%
R=22.90%
G=27.61%
B=49.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1121352420.540.4400.05229.3883.3369.41
Hex7087F2362C05e55345
Octal160207362665405345123105
Binary1110000100001111111001011011010110001011110010110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7087f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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