#829AFB

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

Shades of Cornflower Blue #829AFB

Tints of Cornflower Blue #829AFB

Color information

#829AFB (or 0x829AFB) is unknown color: approx Cornflower Blue. HEX triplet: 82, 9A and FB. RGB value is (130,154,251). Sum of RGB (Red+Green+Blue) = 130+154+251=535 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.30% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #829AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829AFB is #7D6504. Grayscale: #9D9D9D. Windows color (decimal): -8217861 or 16489090. OLE color: 16489090.

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

Color convert

RGB130154251-
CMYK0.480.3900.02
HSL228.1º93.8%74.71%-
HSV(B)228.1º48.21%98.43%-
XYZ38.1734.8295.98-
YUV157.88180.55108.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.30%
GREEN value IS 154 (60.55% from 255) = 28.79%
BLUE value IS 251 (98.44% from 255) = 46.92%
R=24.30%
G=28.79%
B=46.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1301542510.480.3900.02228.193.874.71
Hex829AFB302702e45e4b
Octal202232373604702344136113
Binary1000001010011010111110111100001001110101110010010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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