#7690e0

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

Shades of Cornflower Blue #7690E0

Tints of Cornflower Blue #7690E0

Color information

#7690E0 (or 0x7690E0) is unknown color: approx Cornflower Blue. HEX triplet: 76, 90 and E0. RGB value is (118,144,224). Sum of RGB (Red+Green+Blue) = 118+144+224=486 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.28% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 224 (87.89% from 255 or 46.09% from 486); Max value from RGB is 224 - color contains mainly: blue. Hex color #7690E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7690E0 is #896F1F. Grayscale: #919191. Windows color (decimal): -9006880 or 14717046. OLE color: 14717046.

HSL color Cylindrical-coordinate representation of color #7690E0: hue angle of 225.28º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7690E0 is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB118144224-
CMYK0.470.3600.12
HSL225.28º63.1%67.06%-
HSV(B)225.28º47.32%87.84%-
XYZ30.929.1874.52-
YUV145.35172.39108.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.28%
GREEN value IS 144 (56.64% from 255) = 29.63%
BLUE value IS 224 (87.89% from 255) = 46.09%
R=24.28%
G=29.63%
B=46.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1181442240.470.3600.12225.2863.167.06
Hex7690E02F240Ce13f43
Octal166220340574401434177103
Binary1110110100100001110000010111110010001100111000011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7690e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7690e0; }

 p { color: rgb(118,144,224); }

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

<style>
 a { background-color: #7690e0; }

 a { background-color: rgb(118,144,224); }

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

<style>
 span { border-color: #7690e0; }

 span { border-color: rgb(118,144,224); }

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