#7286EF

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

Shades of Cornflower Blue #7286EF

Tints of Cornflower Blue #7286EF

Color information

#7286EF (or 0x7286EF) is unknown color: approx Cornflower Blue. HEX triplet: 72, 86 and EF. RGB value is (114,134,239). Sum of RGB (Red+Green+Blue) = 114+134+239=487 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.41% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #7286EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7286EF is #8D7910. Grayscale: #8B8B8B. Windows color (decimal): -9271569 or 15697522. OLE color: 15697522.

HSL color Cylindrical-coordinate representation of color #7286EF: hue angle of 230.4º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7286EF is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB114134239-
CMYK0.520.4400.06
HSL230.4º79.62%69.22%-
HSV(B)230.4º52.3%93.73%-
XYZ31.0426.8685.21-
YUV139.99183.87109.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.41%
GREEN value IS 134 (52.73% from 255) = 27.52%
BLUE value IS 239 (93.75% from 255) = 49.08%
R=23.41%
G=27.52%
B=49.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1141342390.520.4400.06230.479.6269.22
Hex7286EF342C06e65045
Octal162206357645406346120105
Binary1110010100001101110111111010010110001101110011010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7286EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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