Html Css Color HEX #8096FA Cornflower Blue

📋 copy color: '#8096FA'

red 128 ◦ green 150 ◦ blue 250

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

Shades of Cornflower Blue #8096FA

Tints of Cornflower Blue #8096FA

RGB

 RED value IS 128 (50.39% from 255) = 24.24%

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

 BLUE value IS 250 (98.05% from 255) = 47.35%

R = 24.24%
G = 28.41%
B = 47.35%

CMYK

 C value IS 0.49

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8096FA (or 0x8096FA) is known color: Cornflower Blue. HEX triplet: 80, 96 and FA. RGB value is (128,150,250). Sum of RGB (Red+Green+Blue) = 128+150+250=528 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.24% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #8096FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8096FA is #7F6905. Grayscale: #9A9A9A. Windows color (decimal): -8349958 or 16422528. OLE color: 16422528.

HSL color Cylindrical-coordinate representation of color #8096FA: hue angle of 229.18º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8096FA is Cyan = 0.49, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 150 250 -
CMYK 0.49 0.4 0 0.02
HSL 229.18º 0.92% 0.74% -
HSV(B) 229.18º 0.49% 0.98% -
XYZ 37.06 33.3 94.92 -
YUV 154.82 181.71 108.87 -
System Red Green Blue C M Y K H S L
Decimal 128 150 250 0.49 0.4 0 0.02 229.18 0.92 0.74
Hex 80 96 FA 31 28 0 2 E5 5C 4A
Octal 200 226 372 61 50 0 2 345 134 112
Binary 10000000 10010110 11111010 110001 101000 0 10 11100101 1011100 1001010

Color Harmonies of #8096FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8096FA

Black with #8096FA

Text Example


Text Example

White with #8096FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8096FA; }

 p { color: rgb(128,150,250); }

 H1.HeaderClassName
 {
   color: #8096FA;
 }
 .AnyTagClassName
 {
   color: #8096FA;
 }
</style>

background-color css

<style>
 a { background-color: #8096FA; }

 a { background-color: rgb(128,150,250); }

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

border-color css

<style>
 span { border-color: #8096FA; }

 span { border-color: rgb(128,150,250); }

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