Html Css Color HEX #8293FF Cornflower Blue

📋 copy color: '#8293FF'

red 130 ◦ green 147 ◦ blue 255

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

Shades of Cornflower Blue #8293FF

Tints of Cornflower Blue #8293FF

RGB

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

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

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

R = 24.44%
G = 27.63%
B = 47.93%

CMYK

 C value IS 0.49

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8293FF (or 0x8293FF) is known color: Cornflower Blue. HEX triplet: 82, 93 and FF. RGB value is (130,147,255). Sum of RGB (Red+Green+Blue) = 130+147+255=532 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.44% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #8293FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8293FF is #7D6C00. Grayscale: #999999. Windows color (decimal): -8219649 or 16749442. OLE color: 16749442.

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

Color convert

RGB 130 147 255 -
CMYK 0.49 0.42 0 0
HSL 231.84º 1% 0.75% -
HSV(B) 231.84º 0.49% 1% -
XYZ 37.69 32.83 98.96 -
YUV 154.23 184.87 110.72 -
System Red Green Blue C M Y K H S L
Decimal 130 147 255 0.49 0.42 0 0 231.84 1 0.75
Hex 82 93 FF 31 2A 0 0 E8 64 4B
Octal 202 223 377 61 52 0 0 350 144 113
Binary 10000010 10010011 11111111 110001 101010 0 0 11101000 1100100 1001011

Color Harmonies of #8293FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8293FF

Black with #8293FF

Text Example


Text Example

White with #8293FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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