#7695EF

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

Shades of Cornflower Blue #7695EF

Tints of Cornflower Blue #7695EF

Color information

#7695EF (or 0x7695EF) is unknown color: approx Cornflower Blue. HEX triplet: 76, 95 and EF. RGB value is (118,149,239). Sum of RGB (Red+Green+Blue) = 118+149+239=506 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.32% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #7695EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7695EF is #896A10. Grayscale: #959595. Windows color (decimal): -9005585 or 15701366. OLE color: 15701366.

HSL color Cylindrical-coordinate representation of color #7695EF: hue angle of 224.63º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7695EF is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB118149239-
CMYK0.510.3800.06
HSL224.63º79.08%70%-
HSV(B)224.63º50.63%93.73%-
XYZ33.831.5885.98-
YUV149.99178.23105.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.32%
GREEN value IS 149 (58.59% from 255) = 29.45%
BLUE value IS 239 (93.75% from 255) = 47.23%
R=23.32%
G=29.45%
B=47.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1181492390.510.3800.06224.6379.0870
Hex7695EF332606e14f46
Octal166225357634606341117106
Binary1110110100101011110111111001110011001101110000110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7695EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7695EF; }

 p { color: rgb(118,149,239); }

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

<style>
 a { background-color: #7695EF; }

 a { background-color: rgb(118,149,239); }

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

<style>
 span { border-color: #7695EF; }

 span { border-color: rgb(118,149,239); }

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