#7087f1

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

Shades of Cornflower Blue #7087F1

Tints of Cornflower Blue #7087F1

Color information

#7087F1 (or 0x7087F1) is unknown color: approx Cornflower Blue. HEX triplet: 70, 87 and F1. RGB value is (112,135,241). Sum of RGB (Red+Green+Blue) = 112+135+241=488 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.95% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 241 (94.53% from 255 or 49.39% from 488); Max value from RGB is 241 - color contains mainly: blue. Hex color #7087F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7087F1 is #8F780E. Grayscale: #8B8B8B. Windows color (decimal): -9402383 or 15828848. OLE color: 15828848.

HSL color Cylindrical-coordinate representation of color #7087F1: hue angle of 229.3º degrees, saturation: 0.82, 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 #7087F1 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB112135241-
CMYK0.540.4400.05
HSL229.3º82.17%69.22%-
HSV(B)229.3º53.53%94.51%-
XYZ31.2227.1286.81-
YUV140.21184.88107.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.95%
GREEN value IS 135 (53.12% from 255) = 27.66%
BLUE value IS 241 (94.53% from 255) = 49.39%
R=22.95%
G=27.66%
B=49.39%

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
Decimal1121352410.540.4400.05229.382.1769.22
Hex7087F1362C05e55245
Octal160207361665405345122105
Binary1110000100001111111000111011010110001011110010110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7087f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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