#7286e8

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

Shades of Cornflower Blue #7286E8

Tints of Cornflower Blue #7286E8

Color information

#7286E8 (or 0x7286E8) is unknown color: approx Cornflower Blue. HEX triplet: 72, 86 and E8. RGB value is (114,134,232). Sum of RGB (Red+Green+Blue) = 114+134+232=480 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.75% from 480); Green value is 134 (52.73% from 255 or 27.92% from 480); Blue value is 232 (91.02% from 255 or 48.33% from 480); Max value from RGB is 232 - color contains mainly: blue. Hex color #7286E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7286E8 is #8D7917. Grayscale: #8A8A8A. Windows color (decimal): -9271576 or 15238770. OLE color: 15238770.

HSL color Cylindrical-coordinate representation of color #7286E8: hue angle of 229.83º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7286E8 is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB114134232-
CMYK0.510.4200.09
HSL229.83º71.95%67.84%-
HSV(B)229.83º50.86%90.98%-
XYZ30.0326.4579.87-
YUV139.19180.37110.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.75%
GREEN value IS 134 (52.73% from 255) = 27.92%
BLUE value IS 232 (91.02% from 255) = 48.33%
R=23.75%
G=27.92%
B=48.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1141342320.510.4200.09229.8371.9567.84
Hex7286E8332A09e64844
Octal1622063506352011346110104
Binary11100101000011011101000110011101010010011110011010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7286e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7286e8; }

 p { color: rgb(114,134,232); }

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

<style>
 a { background-color: #7286e8; }

 a { background-color: rgb(114,134,232); }

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

<style>
 span { border-color: #7286e8; }

 span { border-color: rgb(114,134,232); }

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