#7099ED

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

Shades of Cornflower Blue #7099ED

Tints of Cornflower Blue #7099ED

Color information

#7099ED (or 0x7099ED) is unknown color: approx Cornflower Blue. HEX triplet: 70, 99 and ED. RGB value is (112,153,237). Sum of RGB (Red+Green+Blue) = 112+153+237=502 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.31% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #7099ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7099ED is #8F6612. Grayscale: #959595. Windows color (decimal): -9397779 or 15571312. OLE color: 15571312.

HSL color Cylindrical-coordinate representation of color #7099ED: hue angle of 220.32º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7099ED is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB112153237-
CMYK0.530.3500.07
HSL220.32º77.64%68.43%-
HSV(B)220.32º52.74%92.94%-
XYZ33.3632.3484.61-
YUV150.32176.92100.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.31%
GREEN value IS 153 (60.16% from 255) = 30.48%
BLUE value IS 237 (92.97% from 255) = 47.21%
R=22.31%
G=30.48%
B=47.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1121532370.530.3500.07220.3277.6468.43
Hex7099ED352307dc4e44
Octal160231355654307334116104
Binary1110000100110011110110111010110001101111101110010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7099ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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