#7088F9

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

Shades of Cornflower Blue #7088F9

Tints of Cornflower Blue #7088F9

Color information

#7088F9 (or 0x7088F9) is unknown color: approx Cornflower Blue. HEX triplet: 70, 88 and F9. RGB value is (112,136,249). Sum of RGB (Red+Green+Blue) = 112+136+249=497 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.54% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 249 (97.66% from 255 or 50.10% from 497); Max value from RGB is 249 - color contains mainly: blue. Hex color #7088F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7088F9 is #8F7706. Grayscale: #8D8D8D. Windows color (decimal): -9402119 or 16353392. OLE color: 16353392.

HSL color Cylindrical-coordinate representation of color #7088F9: hue angle of 229.49º 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 #7088F9 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB112136249-
CMYK0.550.4500.02
HSL229.49º91.95%70.78%-
HSV(B)229.49º55.02%97.65%-
XYZ32.5927.8993.29-
YUV141.71188.55106.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.54%
GREEN value IS 136 (53.52% from 255) = 27.36%
BLUE value IS 249 (97.66% from 255) = 50.10%
R=22.54%
G=27.36%
B=50.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1121362490.550.4500.02229.4991.9570.78
Hex7088F9372D02e55c47
Octal160210371675502345134107
Binary111000010001000111110011101111011010101110010110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7088F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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