#7284FE

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

Shades of Cornflower Blue #7284FE

Tints of Cornflower Blue #7284FE

Color information

#7284FE (or 0x7284FE) is unknown color: approx Cornflower Blue. HEX triplet: 72, 84 and FE. RGB value is (114,132,254). Sum of RGB (Red+Green+Blue) = 114+132+254=500 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.8% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #7284FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7284FE is #8D7B01. Grayscale: #8C8C8C. Windows color (decimal): -9272066 or 16680050. OLE color: 16680050.

HSL color Cylindrical-coordinate representation of color #7284FE: hue angle of 232.29º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7284FE is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB114132254-
CMYK0.550.4800.00
HSL232.29º98.59%72.16%-
HSV(B)232.29º55.12%99.61%-
XYZ33.0827.2497.28-
YUV140.53192.04109.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.8%
GREEN value IS 132 (51.95% from 255) = 26.4%
BLUE value IS 254 (99.61% from 255) = 50.8%
R=22.8%
G=26.4%
B=50.8%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1141322540.550.4800.00232.2998.5972.16
Hex7284FE373000e86348
Octal162204376676000350143110
Binary11100101000010011111110110111110000001110100011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7284FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7284FE; }

 p { color: rgb(114,132,254); }

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

<style>
 a { background-color: #7284FE; }

 a { background-color: rgb(114,132,254); }

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

<style>
 span { border-color: #7284FE; }

 span { border-color: rgb(114,132,254); }

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