#829BFB

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

Shades of Cornflower Blue #829BFB

Tints of Cornflower Blue #829BFB

Color information

#829BFB (or 0x829BFB) is unknown color: approx Cornflower Blue. HEX triplet: 82, 9B and FB. RGB value is (130,155,251). Sum of RGB (Red+Green+Blue) = 130+155+251=536 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.25% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #829BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829BFB is #7D6404. Grayscale: #9E9E9E. Windows color (decimal): -8217605 or 16489346. OLE color: 16489346.

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

Color convert

RGB130155251-
CMYK0.480.3800.02
HSL227.6º93.8%74.71%-
HSV(B)227.6º48.21%98.43%-
XYZ38.3435.1596.03-
YUV158.47180.22107.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.25%
GREEN value IS 155 (60.94% from 255) = 28.92%
BLUE value IS 251 (98.44% from 255) = 46.83%
R=24.25%
G=28.92%
B=46.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1301552510.480.3800.02227.693.874.71
Hex829BFB302602e45e4b
Octal202233373604602344136113
Binary1000001010011011111110111100001001100101110010010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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