#8297FF

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

Shades of Cornflower Blue #8297FF

Tints of Cornflower Blue #8297FF

Color information

#8297FF (or 0x8297FF) is unknown color: approx Cornflower Blue. HEX triplet: 82, 97 and FF. RGB value is (130,151,255). Sum of RGB (Red+Green+Blue) = 130+151+255=536 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.25% from 536); Green value is 151 (59.38% from 255 or 28.17% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #8297FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8297FF is #7D6800. Grayscale: #9C9C9C. Windows color (decimal): -8218625 or 16750466. OLE color: 16750466.

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

Color convert

RGB130151255-
CMYK0.490.4100
HSL229.92º100%75.49%-
HSV(B)229.92º49.02%100%-
XYZ38.3234.199.17-
YUV156.58183.54109.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.25%
GREEN value IS 151 (59.38% from 255) = 28.17%
BLUE value IS 255 (100% from 255) = 47.57%
R=24.25%
G=28.17%
B=47.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1301512550.490.4100229.9210075.49
Hex8297FF312900e6644b
Octal202227377615100346144113
Binary100000101001011111111111110001101001001110011011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8297FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,151,255); }

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

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

 a { background-color: rgb(130,151,255); }

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

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

 span { border-color: rgb(130,151,255); }

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