#7087F9

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

Shades of Cornflower Blue #7087F9

Tints of Cornflower Blue #7087F9

Color information

#7087F9 (or 0x7087F9) is unknown color: approx Cornflower Blue. HEX triplet: 70, 87 and F9. RGB value is (112,135,249). Sum of RGB (Red+Green+Blue) = 112+135+249=496 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.58% from 496); Green value is 135 (53.12% from 255 or 27.22% from 496); Blue value is 249 (97.66% from 255 or 50.20% from 496); Max value from RGB is 249 - color contains mainly: blue. Hex color #7087F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7087F9 is #8F7806. Grayscale: #8C8C8C. Windows color (decimal): -9402375 or 16353136. OLE color: 16353136.

HSL color Cylindrical-coordinate representation of color #7087F9: hue angle of 229.93º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7087F9 is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB112135249-
CMYK0.550.4600.02
HSL229.93º91.95%70.78%-
HSV(B)229.93º55.02%97.65%-
XYZ32.4427.6193.24-
YUV141.12188.88107.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.58%
GREEN value IS 135 (53.12% from 255) = 27.22%
BLUE value IS 249 (97.66% from 255) = 50.20%
R=22.58%
G=27.22%
B=50.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1121352490.550.4600.02229.9391.9570.78
Hex7087F9372E02e65c47
Octal160207371675602346134107
Binary111000010000111111110011101111011100101110011010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7087F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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