#7089E0

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

Shades of Cornflower Blue #7089E0

Tints of Cornflower Blue #7089E0

Color information

#7089E0 (or 0x7089E0) is unknown color: approx Cornflower Blue. HEX triplet: 70, 89 and E0. RGB value is (112,137,224). Sum of RGB (Red+Green+Blue) = 112+137+224=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 224 (87.89% from 255 or 47.36% from 473); Max value from RGB is 224 - color contains mainly: blue. Hex color #7089E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7089E0 is #8F761F. Grayscale: #8B8B8B. Windows color (decimal): -9401888 or 14715248. OLE color: 14715248.

HSL color Cylindrical-coordinate representation of color #7089E0: hue angle of 226.61º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7089E0 is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB112137224-
CMYK0.500.3900.12
HSL226.61º64.37%65.88%-
HSV(B)226.61º50%87.84%-
XYZ29.0826.7274.15-
YUV139.44175.72108.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.68%
GREEN value IS 137 (53.91% from 255) = 28.96%
BLUE value IS 224 (87.89% from 255) = 47.36%
R=23.68%
G=28.96%
B=47.36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1121372240.500.3900.12226.6164.3765.88
Hex7089E032270Ce34042
Octal1602113406247014343100102
Binary11100001000100111100000110010100111011001110001110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7089E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7089E0; }

 p { color: rgb(112,137,224); }

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

<style>
 a { background-color: #7089E0; }

 a { background-color: rgb(112,137,224); }

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

<style>
 span { border-color: #7089E0; }

 span { border-color: rgb(112,137,224); }

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