#7286F2

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

Shades of Cornflower Blue #7286F2

Tints of Cornflower Blue #7286F2

Color information

#7286F2 (or 0x7286F2) is unknown color: approx Cornflower Blue. HEX triplet: 72, 86 and F2. RGB value is (114,134,242). Sum of RGB (Red+Green+Blue) = 114+134+242=490 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.27% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 242 (94.92% from 255 or 49.39% from 490); Max value from RGB is 242 - color contains mainly: blue. Hex color #7286F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7286F2 is #8D790D. Grayscale: #8B8B8B. Windows color (decimal): -9271566 or 15894130. OLE color: 15894130.

HSL color Cylindrical-coordinate representation of color #7286F2: hue angle of 230.62º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7286F2 is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB114134242-
CMYK0.530.4500.05
HSL230.62º83.12%69.8%-
HSV(B)230.62º52.89%94.9%-
XYZ31.4927.0487.56-
YUV140.33185.37109.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.27%
GREEN value IS 134 (52.73% from 255) = 27.35%
BLUE value IS 242 (94.92% from 255) = 49.39%
R=23.27%
G=27.35%
B=49.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1141342420.530.4500.05230.6283.1269.8
Hex7286F2352D05e75346
Octal162206362655505347123106
Binary1110010100001101111001011010110110101011110011110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7286F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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