#7287F3

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

Shades of Cornflower Blue #7287F3

Tints of Cornflower Blue #7287F3

Color information

#7287F3 (or 0x7287F3) is unknown color: approx Cornflower Blue. HEX triplet: 72, 87 and F3. RGB value is (114,135,243). Sum of RGB (Red+Green+Blue) = 114+135+243=492 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.17% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 243 (95.31% from 255 or 49.39% from 492); Max value from RGB is 243 - color contains mainly: blue. Hex color #7287F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7287F3 is #8D780C. Grayscale: #8C8C8C. Windows color (decimal): -9271309 or 15959922. OLE color: 15959922.

HSL color Cylindrical-coordinate representation of color #7287F3: hue angle of 230.23º degrees, saturation: 0.84, 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 #7287F3 is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB114135243-
CMYK0.530.4400.05
HSL230.23º84.31%70%-
HSV(B)230.23º53.09%95.29%-
XYZ31.7827.3888.4-
YUV141.03185.54108.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.17%
GREEN value IS 135 (53.12% from 255) = 27.44%
BLUE value IS 243 (95.31% from 255) = 49.39%
R=23.17%
G=27.44%
B=49.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1141352430.530.4400.05230.2384.3170
Hex7287F3352C05e65446
Octal162207363655405346124106
Binary1110010100001111111001111010110110001011110011010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7287F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7287F3; }

 p { color: rgb(114,135,243); }

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

<style>
 a { background-color: #7287F3; }

 a { background-color: rgb(114,135,243); }

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

<style>
 span { border-color: #7287F3; }

 span { border-color: rgb(114,135,243); }

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