#7286FF

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

Shades of Cornflower Blue #7286FF

Tints of Cornflower Blue #7286FF

Color information

#7286FF (or 0x7286FF) is unknown color: approx Cornflower Blue. HEX triplet: 72, 86 and FF. RGB value is (114,134,255). Sum of RGB (Red+Green+Blue) = 114+134+255=503 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.66% from 503); Green value is 134 (52.73% from 255 or 26.64% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #7286FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7286FF is #8D7900. Grayscale: #8D8D8D. Windows color (decimal): -9271553 or 16746098. OLE color: 16746098.

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

Color convert

RGB114134255-
CMYK0.550.4700
HSL231.49º100%72.35%-
HSV(B)231.49º55.29%100%-
XYZ33.5127.8598.22-
YUV141.81191.87108.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.66%
GREEN value IS 134 (52.73% from 255) = 26.64%
BLUE value IS 255 (100% from 255) = 50.70%
R=22.66%
G=26.64%
B=50.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1141342550.550.4700231.4910072.35
Hex7286FF372F00e76448
Octal162206377675700347144110
Binary11100101000011011111111110111101111001110011111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7286FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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