#7285ff

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

Shades of Cornflower Blue #7285FF

Tints of Cornflower Blue #7285FF

Color information

#7285FF (or 0x7285FF) is unknown color: approx Cornflower Blue. HEX triplet: 72, 85 and FF. RGB value is (114,133,255). Sum of RGB (Red+Green+Blue) = 114+133+255=502 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.71% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #7285FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7285FF is #8D7A00. Grayscale: #8C8C8C. Windows color (decimal): -9271809 or 16745842. OLE color: 16745842.

HSL color Cylindrical-coordinate representation of color #7285FF: hue angle of 231.91º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7285FF is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB114133255-
CMYK0.550.4800
HSL231.91º100%72.35%-
HSV(B)231.91º55.29%100%-
XYZ33.3827.5798.17-
YUV141.23192.21108.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.71%
GREEN value IS 133 (52.34% from 255) = 26.49%
BLUE value IS 255 (100% from 255) = 50.80%
R=22.71%
G=26.49%
B=50.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1141332550.550.4800231.9110072.35
Hex7285FF373000e86448
Octal162205377676000350144110
Binary11100101000010111111111110111110000001110100011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7285ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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