#829EFB

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

Shades of Cornflower Blue #829EFB

Tints of Cornflower Blue #829EFB

Color information

#829EFB (or 0x829EFB) is unknown color: approx Cornflower Blue. HEX triplet: 82, 9E and FB. RGB value is (130,158,251). Sum of RGB (Red+Green+Blue) = 130+158+251=539 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.12% from 539); Green value is 158 (62.11% from 255 or 29.31% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #829EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829EFB is #7D6104. Grayscale: #9F9F9F. Windows color (decimal): -8216837 or 16490114. OLE color: 16490114.

HSL color Cylindrical-coordinate representation of color #829EFB: hue angle of 226.12º 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 #829EFB is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB130158251-
CMYK0.480.3700.02
HSL226.12º93.8%74.71%-
HSV(B)226.12º48.21%98.43%-
XYZ38.8536.1696.2-
YUV160.23179.22106.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.12%
GREEN value IS 158 (62.11% from 255) = 29.31%
BLUE value IS 251 (98.44% from 255) = 46.57%
R=24.12%
G=29.31%
B=46.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1301582510.480.3700.02226.1293.874.71
Hex829EFB302502e25e4b
Octal202236373604502342136113
Binary1000001010011110111110111100001001010101110001010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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