Html Css Color HEX #8297FE Cornflower Blue

📋 copy color: '#8297FE'

red 130 ◦ green 151 ◦ blue 254

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

Shades of Cornflower Blue #8297FE

Tints of Cornflower Blue #8297FE

RGB

 RED value IS 130 (51.17% from 255) = 24.3%

 GREEN value IS 151 (59.38% from 255) = 28.22%

 BLUE value IS 254 (99.61% from 255) = 47.48%

R = 24.3%
G = 28.22%
B = 47.48%

CMYK

 C value IS 0.49

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8297FE (or 0x8297FE) is known color: Cornflower Blue. HEX triplet: 82, 97 and FE. RGB value is (130,151,254). Sum of RGB (Red+Green+Blue) = 130+151+254=535 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.30% from 535); Green value is 151 (59.38% from 255 or 28.22% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #8297FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8297FE is #7D6801. Grayscale: #9C9C9C. Windows color (decimal): -8218626 or 16684930. OLE color: 16684930.

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

Color convert

RGB 130 151 254 -
CMYK 0.49 0.41 0 0.00
HSL 229.84º 0.98% 0.75% -
HSV(B) 229.84º 0.49% 1% -
XYZ 38.16 34.03 98.32 -
YUV 156.46 183.04 109.12 -
System Red Green Blue C M Y K H S L
Decimal 130 151 254 0.49 0.41 0 0.00 229.84 0.98 0.75
Hex 82 97 FE 31 29 0 0 E6 62 4B
Octal 202 227 376 61 51 0 0 346 142 113
Binary 10000010 10010111 11111110 110001 101001 0 0 11100110 1100010 1001011

Color Harmonies of #8297FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8297FE

Black with #8297FE

Text Example


Text Example

White with #8297FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8297FE;
 }
 .AnyTagClassName
 {
   color: #8297FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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