Html Css Color HEX #8096F8 Cornflower Blue

📋 copy color: '#8096F8'

red 128 ◦ green 150 ◦ blue 248

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

Shades of Cornflower Blue #8096F8

Tints of Cornflower Blue #8096F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 47.15%

R = 24.33%
G = 28.52%
B = 47.15%

CMYK

 C value IS 0.48

 M value IS 0.40

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8096F8 (or 0x8096F8) is known color: Cornflower Blue. HEX triplet: 80, 96 and F8. RGB value is (128,150,248). Sum of RGB (Red+Green+Blue) = 128+150+248=526 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.33% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 248 (97.27% from 255 or 47.15% from 526); Max value from RGB is 248 - color contains mainly: blue. Hex color #8096F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8096F8 is #7F6907. Grayscale: #9A9A9A. Windows color (decimal): -8349960 or 16291456. OLE color: 16291456.

HSL color Cylindrical-coordinate representation of color #8096F8: hue angle of 229º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8096F8 is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 128 150 248 -
CMYK 0.48 0.40 0 0.03
HSL 229º 0.9% 0.74% -
HSV(B) 229º 0.48% 0.97% -
XYZ 36.75 33.18 93.27 -
YUV 154.59 180.71 109.03 -
System Red Green Blue C M Y K H S L
Decimal 128 150 248 0.48 0.40 0 0.03 229 0.9 0.74
Hex 80 96 F8 30 28 0 3 E5 5A 4A
Octal 200 226 370 60 50 0 3 345 132 112
Binary 10000000 10010110 11111000 110000 101000 0 11 11100101 1011010 1001010

Color Harmonies of #8096F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8096F8

Black with #8096F8

Text Example


Text Example

White with #8096F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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