Html Css Color HEX #8296FF Cornflower Blue

📋 copy color: '#8296FF'

red 130 ◦ green 150 ◦ blue 255

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

Shades of Cornflower Blue #8296FF

Tints of Cornflower Blue #8296FF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.04%

 BLUE value IS 255 (100% from 255) = 47.66%

R = 24.3%
G = 28.04%
B = 47.66%

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

#8296FF (or 0x8296FF) is known color: Cornflower Blue. HEX triplet: 82, 96 and FF. RGB value is (130,150,255). Sum of RGB (Red+Green+Blue) = 130+150+255=535 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.30% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #8296FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8296FF is #7D6900. Grayscale: #9B9B9B. Windows color (decimal): -8218881 or 16750210. OLE color: 16750210.

HSL color Cylindrical-coordinate representation of color #8296FF: hue angle of 230.4º 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 #8296FF is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 130 150 255 -
CMYK 0.49 0.41 0 0
HSL 230.4º 1% 0.75% -
HSV(B) 230.4º 0.49% 1% -
XYZ 38.16 33.78 99.12 -
YUV 155.99 183.87 109.46 -
System Red Green Blue C M Y K H S L
Decimal 130 150 255 0.49 0.41 0 0 230.4 1 0.75
Hex 82 96 FF 31 29 0 0 E6 64 4B
Octal 202 226 377 61 51 0 0 346 144 113
Binary 10000010 10010110 11111111 110001 101001 0 0 11100110 1100100 1001011

Color Harmonies of #8296FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8296FF

Black with #8296FF

Text Example


Text Example

White with #8296FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8296FF;
 }
 .AnyTagClassName
 {
   color: #8296FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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