Html Css Color HEX #8096FD Cornflower Blue

📋 copy color: '#8096FD'

red 128 ◦ green 150 ◦ blue 253

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

Shades of Cornflower Blue #8096FD

Tints of Cornflower Blue #8096FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.65%

R = 24.11%
G = 28.25%
B = 47.65%

CMYK

 C value IS 0.49

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8096FD (or 0x8096FD) is known color: Cornflower Blue. HEX triplet: 80, 96 and FD. RGB value is (128,150,253). Sum of RGB (Red+Green+Blue) = 128+150+253=531 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.11% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #8096FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8096FD is #7F6902. Grayscale: #9A9A9A. Windows color (decimal): -8349955 or 16619136. OLE color: 16619136.

HSL color Cylindrical-coordinate representation of color #8096FD: hue angle of 229.44º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8096FD is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 150 253 -
CMYK 0.49 0.41 0 0.01
HSL 229.44º 0.97% 0.75% -
HSV(B) 229.44º 0.49% 0.99% -
XYZ 37.54 33.49 97.41 -
YUV 155.16 183.21 108.62 -
System Red Green Blue C M Y K H S L
Decimal 128 150 253 0.49 0.41 0 0.01 229.44 0.97 0.75
Hex 80 96 FD 31 29 0 1 E5 61 4B
Octal 200 226 375 61 51 0 1 345 141 113
Binary 10000000 10010110 11111101 110001 101001 0 1 11100101 1100001 1001011

Color Harmonies of #8096FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8096FD

Black with #8096FD

Text Example


Text Example

White with #8096FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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