#7099EA

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

Shades of Cornflower Blue #7099EA

Tints of Cornflower Blue #7099EA

Color information

#7099EA (or 0x7099EA) is unknown color: approx Cornflower Blue. HEX triplet: 70, 99 and EA. RGB value is (112,153,234). Sum of RGB (Red+Green+Blue) = 112+153+234=499 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.44% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #7099EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7099EA is #8F6615. Grayscale: #959595. Windows color (decimal): -9397782 or 15374704. OLE color: 15374704.

HSL color Cylindrical-coordinate representation of color #7099EA: hue angle of 219.84º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7099EA is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB112153234-
CMYK0.520.3500.08
HSL219.84º74.39%67.84%-
HSV(B)219.84º52.14%91.76%-
XYZ32.9232.1782.32-
YUV149.98175.42100.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.44%
GREEN value IS 153 (60.16% from 255) = 30.66%
BLUE value IS 234 (91.80% from 255) = 46.89%
R=22.44%
G=30.66%
B=46.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1121532340.520.3500.08219.8474.3967.84
Hex7099EA342308dc4a44
Octal1602313526443010334112104
Binary11100001001100111101010110100100011010001101110010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7099EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7099EA; }

 p { color: rgb(112,153,234); }

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

<style>
 a { background-color: #7099EA; }

 a { background-color: rgb(112,153,234); }

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

<style>
 span { border-color: #7099EA; }

 span { border-color: rgb(112,153,234); }

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