#7285FD

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

Shades of Cornflower Blue #7285FD

Tints of Cornflower Blue #7285FD

Color information

#7285FD (or 0x7285FD) is unknown color: approx Cornflower Blue. HEX triplet: 72, 85 and FD. RGB value is (114,133,253). Sum of RGB (Red+Green+Blue) = 114+133+253=500 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.8% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #7285FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7285FD is #8D7A02. Grayscale: #8C8C8C. Windows color (decimal): -9271811 or 16614770. OLE color: 16614770.

HSL color Cylindrical-coordinate representation of color #7285FD: hue angle of 231.8º 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 #7285FD is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB114133253-
CMYK0.550.4700.01
HSL231.8º97.2%71.96%-
HSV(B)231.8º54.94%99.22%-
XYZ33.0627.4496.48-
YUV141191.21108.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.8%
GREEN value IS 133 (52.34% from 255) = 26.6%
BLUE value IS 253 (99.22% from 255) = 50.6%
R=22.8%
G=26.6%
B=50.6%

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
Decimal1141332530.550.4700.01231.897.271.96
Hex7285FD372F01e86148
Octal162205375675701350141110
Binary11100101000010111111101110111101111011110100011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7285FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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