#829BFE

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

Shades of Cornflower Blue #829BFE

Tints of Cornflower Blue #829BFE

Color information

#829BFE (or 0x829BFE) is unknown color: approx Cornflower Blue. HEX triplet: 82, 9B and FE. RGB value is (130,155,254). Sum of RGB (Red+Green+Blue) = 130+155+254=539 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.12% from 539); Green value is 155 (60.94% from 255 or 28.76% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #829BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829BFE is #7D6401. Grayscale: #9E9E9E. Windows color (decimal): -8217602 or 16685954. OLE color: 16685954.

HSL color Cylindrical-coordinate representation of color #829BFE: hue angle of 227.9º 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 #829BFE is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB130155254-
CMYK0.490.3900.00
HSL227.9º98.41%75.29%-
HSV(B)227.9º48.82%99.61%-
XYZ38.8235.3498.54-
YUV158.81181.72107.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.12%
GREEN value IS 155 (60.94% from 255) = 28.76%
BLUE value IS 254 (99.61% from 255) = 47.12%
R=24.12%
G=28.76%
B=47.12%

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
Decimal1301552540.490.3900.00227.998.4175.29
Hex829BFE312700e4624b
Octal202233376614700344142113
Binary100000101001101111111110110001100111001110010011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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