#7695FE

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

Shades of Cornflower Blue #7695FE

Tints of Cornflower Blue #7695FE

Color information

#7695FE (or 0x7695FE) is unknown color: approx Cornflower Blue. HEX triplet: 76, 95 and FE. RGB value is (118,149,254). Sum of RGB (Red+Green+Blue) = 118+149+254=521 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.65% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #7695FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7695FE is #896A01. Grayscale: #979797. Windows color (decimal): -9005570 or 16684406. OLE color: 16684406.

HSL color Cylindrical-coordinate representation of color #7695FE: hue angle of 226.32º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7695FE is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB118149254-
CMYK0.540.4100.00
HSL226.32º98.55%72.94%-
HSV(B)226.32º53.54%99.61%-
XYZ36.1132.598.14-
YUV151.7185.73103.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.65%
GREEN value IS 149 (58.59% from 255) = 28.60%
BLUE value IS 254 (99.61% from 255) = 48.75%
R=22.65%
G=28.60%
B=48.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1181492540.540.4100.00226.3298.5572.94
Hex7695FE362900e26349
Octal166225376665100342143111
Binary11101101001010111111110110110101001001110001011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7695FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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