#829AFE

Color #829AFE Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #829AFE

Tints of Cornflower Blue #829AFE

Color information

#829AFE (or 0x829AFE) is unknown color: approx Cornflower Blue. HEX triplet: 82, 9A and FE. RGB value is (130,154,254). Sum of RGB (Red+Green+Blue) = 130+154+254=538 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.16% from 538); Green value is 154 (60.55% from 255 or 28.62% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #829AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829AFE is #7D6501. Grayscale: #9D9D9D. Windows color (decimal): -8217858 or 16685698. OLE color: 16685698.

HSL color Cylindrical-coordinate representation of color #829AFE: hue angle of 228.39º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #829AFE is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB130154254-
CMYK0.490.3900.00
HSL228.39º98.41%75.29%-
HSV(B)228.39º48.82%99.61%-
XYZ38.6535.0198.49-
YUV158.22182.05107.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.16%
GREEN value IS 154 (60.55% from 255) = 28.62%
BLUE value IS 254 (99.61% from 255) = 47.21%
R=24.16%
G=28.62%
B=47.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1301542540.490.3900.00228.3998.4175.29
Hex829AFE312700e4624b
Octal202232376614700344142113
Binary100000101001101011111110110001100111001110010011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829AFE; }

 p { color: rgb(130,154,254); }

 H1.HeaderClassName
 {
   color: #829AFE;
 }
 .AnyTagClassName
 {
   color: #829AFE;
 }
</style>
background-color css

<style>
 a { background-color: #829AFE; }

 a { background-color: rgb(130,154,254); }

 div.DivClassName
 {
   background-color: #829AFE;
 }
 .BgClassName
 {
   background-color: #829AFE;
 }
</style>
border-color css

<style>
 span { border-color: #829AFE; }

 span { border-color: rgb(130,154,254); }

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