#7185FD

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

Shades of Cornflower Blue #7185FD

Tints of Cornflower Blue #7185FD

Color information

#7185FD (or 0x7185FD) is unknown color: approx Cornflower Blue. HEX triplet: 71, 85 and FD. RGB value is (113,133,253). Sum of RGB (Red+Green+Blue) = 113+133+253=499 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.65% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #7185FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7185FD is #8E7A02. Grayscale: #8C8C8C. Windows color (decimal): -9337347 or 16614769. OLE color: 16614769.

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

Color convert

RGB113133253-
CMYK0.550.4700.01
HSL231.43º97.22%71.76%-
HSV(B)231.43º55.34%99.22%-
XYZ32.9327.3896.48-
YUV140.7191.37108.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.65%
GREEN value IS 133 (52.34% from 255) = 26.65%
BLUE value IS 253 (99.22% from 255) = 50.70%
R=22.65%
G=26.65%
B=50.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1131332530.550.4700.01231.4397.2271.76
Hex7185FD372F01e76148
Octal161205375675701347141110
Binary11100011000010111111101110111101111011110011111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7185FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7185FD; }

 p { color: rgb(113,133,253); }

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

<style>
 a { background-color: #7185FD; }

 a { background-color: rgb(113,133,253); }

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

<style>
 span { border-color: #7185FD; }

 span { border-color: rgb(113,133,253); }

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