#829CFE

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

Shades of Cornflower Blue #829CFE

Tints of Cornflower Blue #829CFE

Color information

#829CFE (or 0x829CFE) is unknown color: approx Cornflower Blue. HEX triplet: 82, 9C and FE. RGB value is (130,156,254). Sum of RGB (Red+Green+Blue) = 130+156+254=540 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.07% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #829CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829CFE is #7D6301. Grayscale: #9E9E9E. Windows color (decimal): -8217346 or 16686210. OLE color: 16686210.

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

Color convert

RGB130156254-
CMYK0.490.3900.00
HSL227.42º98.41%75.29%-
HSV(B)227.42º48.82%99.61%-
XYZ38.9835.6898.6-
YUV159.4181.39107.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.07%
GREEN value IS 156 (61.33% from 255) = 28.89%
BLUE value IS 254 (99.61% from 255) = 47.04%
R=24.07%
G=28.89%
B=47.04%

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
Decimal1301562540.490.3900.00227.4298.4175.29
Hex829CFE312700e3624b
Octal202234376614700343142113
Binary100000101001110011111110110001100111001110001111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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