Html Css Color HEX #80A2FF Cornflower Blue

📋 copy color: '#80A2FF'

red 128 ◦ green 162 ◦ blue 255

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

Shades of Cornflower Blue #80A2FF

Tints of Cornflower Blue #80A2FF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.72%

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

R = 23.49%
G = 29.72%
B = 46.79%

CMYK

 C value IS 0.50

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#80A2FF (or 0x80A2FF) is known color: Cornflower Blue. HEX triplet: 80, A2 and FF. RGB value is (128,162,255). Sum of RGB (Red+Green+Blue) = 128+162+255=545 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.49% from 545); Green value is 162 (63.67% from 255 or 29.72% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #80A2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80A2FF is #7F5D00. Grayscale: #A2A2A2. Windows color (decimal): -8346881 or 16753280. OLE color: 16753280.

HSL color Cylindrical-coordinate representation of color #80A2FF: hue angle of 223.94º 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 #80A2FF is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 128 162 255 -
CMYK 0.50 0.36 0 0
HSL 223.94º 1% 0.75% -
HSV(B) 223.94º 0.5% 1% -
XYZ 39.87 37.65 99.77 -
YUV 162.44 180.24 103.44 -
System Red Green Blue C M Y K H S L
Decimal 128 162 255 0.50 0.36 0 0 223.94 1 0.75
Hex 80 A2 FF 32 24 0 0 E0 64 4B
Octal 200 242 377 62 44 0 0 340 144 113
Binary 10000000 10100010 11111111 110010 100100 0 0 11100000 1100100 1001011

Color Harmonies of #80A2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A2FF

Black with #80A2FF

Text Example


Text Example

White with #80A2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80A2FF; }

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

 H1.HeaderClassName
 {
   color: #80A2FF;
 }
 .AnyTagClassName
 {
   color: #80A2FF;
 }
</style>

background-color css

<style>
 a { background-color: #80A2FF; }

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

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

border-color css

<style>
 span { border-color: #80A2FF; }

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

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