#7486FC

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

Shades of Cornflower Blue #7486FC

Tints of Cornflower Blue #7486FC

Color information

#7486FC (or 0x7486FC) is unknown color: approx Cornflower Blue. HEX triplet: 74, 86 and FC. RGB value is (116,134,252). Sum of RGB (Red+Green+Blue) = 116+134+252=502 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.11% from 502); Green value is 134 (52.73% from 255 or 26.69% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #7486FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7486FC is #8B7903. Grayscale: #8D8D8D. Windows color (decimal): -9140484 or 16549492. OLE color: 16549492.

HSL color Cylindrical-coordinate representation of color #7486FC: hue angle of 232.06º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7486FC is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB116134252-
CMYK0.540.4700.01
HSL232.06º95.77%72.16%-
HSV(B)232.06º53.97%98.82%-
XYZ33.327.7995.7-
YUV142.07190.04109.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.11%
GREEN value IS 134 (52.73% from 255) = 26.69%
BLUE value IS 252 (98.83% from 255) = 50.20%
R=23.11%
G=26.69%
B=50.20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1161342520.540.4700.01232.0695.7772.16
Hex7486FC362F01e86048
Octal164206374665701350140110
Binary11101001000011011111100110110101111011110100011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7486FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7486FC; }

 p { color: rgb(116,134,252); }

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

<style>
 a { background-color: #7486FC; }

 a { background-color: rgb(116,134,252); }

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

<style>
 span { border-color: #7486FC; }

 span { border-color: rgb(116,134,252); }

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