Html Css Color HEX #8093FF Cornflower Blue

📋 copy color: '#8093FF'

red 128 ◦ green 147 ◦ blue 255

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

Shades of Cornflower Blue #8093FF

Tints of Cornflower Blue #8093FF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.74%

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

R = 24.15%
G = 27.74%
B = 48.11%

CMYK

 C value IS 0.50

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8093FF (or 0x8093FF) is known color: Cornflower Blue. HEX triplet: 80, 93 and FF. RGB value is (128,147,255). Sum of RGB (Red+Green+Blue) = 128+147+255=530 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.15% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #8093FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8093FF is #7F6C00. Grayscale: #999999. Windows color (decimal): -8350721 or 16749440. OLE color: 16749440.

HSL color Cylindrical-coordinate representation of color #8093FF: hue angle of 231.02º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8093FF is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 128 147 255 -
CMYK 0.50 0.42 0 0
HSL 231.02º 1% 0.75% -
HSV(B) 231.02º 0.5% 1% -
XYZ 37.39 32.68 98.94 -
YUV 153.63 185.21 109.72 -
System Red Green Blue C M Y K H S L
Decimal 128 147 255 0.50 0.42 0 0 231.02 1 0.75
Hex 80 93 FF 32 2A 0 0 E7 64 4B
Octal 200 223 377 62 52 0 0 347 144 113
Binary 10000000 10010011 11111111 110010 101010 0 0 11100111 1100100 1001011

Color Harmonies of #8093FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8093FF

Black with #8093FF

Text Example


Text Example

White with #8093FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,147,255); }

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

background-color css

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

 a { background-color: rgb(128,147,255); }

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

border-color css

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

 span { border-color: rgb(128,147,255); }

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