#7694EC

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

Shades of Cornflower Blue #7694EC

Tints of Cornflower Blue #7694EC

Color information

#7694EC (or 0x7694EC) is unknown color: approx Cornflower Blue. HEX triplet: 76, 94 and EC. RGB value is (118,148,236). Sum of RGB (Red+Green+Blue) = 118+148+236=502 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.51% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #7694EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7694EC is #896B13. Grayscale: #949494. Windows color (decimal): -9005844 or 15504502. OLE color: 15504502.

HSL color Cylindrical-coordinate representation of color #7694EC: hue angle of 224.75º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7694EC is Cyan = 0.5, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB118148236-
CMYK0.50.3700.07
HSL224.75º75.64%69.41%-
HSV(B)224.75º50%92.55%-
XYZ33.231.0983.61-
YUV149.06177.06105.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.51%
GREEN value IS 148 (58.20% from 255) = 29.48%
BLUE value IS 236 (92.58% from 255) = 47.01%
R=23.51%
G=29.48%
B=47.01%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1181482360.50.3700.07224.7575.6469.41
Hex7694EC322507e14c45
Octal166224354624507341114105
Binary1110110100101001110110011001010010101111110000110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7694EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7694EC; }

 p { color: rgb(118,148,236); }

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

<style>
 a { background-color: #7694EC; }

 a { background-color: rgb(118,148,236); }

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

<style>
 span { border-color: #7694EC; }

 span { border-color: rgb(118,148,236); }

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