#7285EB

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

Shades of Cornflower Blue #7285EB

Tints of Cornflower Blue #7285EB

Color information

#7285EB (or 0x7285EB) is unknown color: approx Cornflower Blue. HEX triplet: 72, 85 and EB. RGB value is (114,133,235). Sum of RGB (Red+Green+Blue) = 114+133+235=482 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.65% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #7285EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7285EB is #8D7A14. Grayscale: #8A8A8A. Windows color (decimal): -9271829 or 15435122. OLE color: 15435122.

HSL color Cylindrical-coordinate representation of color #7285EB: hue angle of 230.58º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7285EB is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB114133235-
CMYK0.510.4300.08
HSL230.58º75.16%68.43%-
HSV(B)230.58º51.49%92.16%-
XYZ30.3226.3582.09-
YUV138.95182.21110.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.65%
GREEN value IS 133 (52.34% from 255) = 27.59%
BLUE value IS 235 (92.19% from 255) = 48.76%
R=23.65%
G=27.59%
B=48.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1141332350.510.4300.08230.5875.1668.43
Hex7285EB332B08e74b44
Octal1622053536353010347113104
Binary11100101000010111101011110011101011010001110011110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7285EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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