Html Css Color HEX #8297FF Cornflower Blue

📋 copy color: '#8297FF'

red 130 ◦ green 151 ◦ blue 255

#8297FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #8297FF

Tints of Cornflower Blue #8297FF

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 value IS 0.49

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8297FF (or 0x8297FF) is known color: 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

RGB 130 151 255 -
CMYK 0.49 0.41 0 0
HSL 229.92º 1% 0.75% -
HSV(B) 229.92º 0.49% 1% -
XYZ 38.32 34.1 99.17 -
YUV 156.58 183.54 109.04 -
System Red Green Blue C M Y K H S L
Decimal 130 151 255 0.49 0.41 0 0 229.92 1 0.75
Hex 82 97 FF 31 29 0 0 E6 64 4B
Octal 202 227 377 61 51 0 0 346 144 113
Binary 10000010 10010111 11111111 110001 101001 0 0 11100110 1100100 1001011

Color Harmonies of #8297FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8297FF

Black with #8297FF

Text Example


Text Example

White with #8297FF

Text Example


Text Example

HTML Codes & Css Web 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>