Shades of Cornflower Blue #829CFD
Tints of Cornflower Blue #829CFD
RGB
CMYK
RGB Variations
Color information
#829CFD (or 0x829CFD) is known color: Cornflower Blue. HEX triplet: 82, 9C and FD. RGB value is (130,156,253). Sum of RGB (Red+Green+Blue) = 130+156+253=539 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.12% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #829CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829CFD is #7D6302. Grayscale: #9E9E9E. Windows color (decimal): -8217347 or 16620674. OLE color: 16620674.
HSL color Cylindrical-coordinate representation of color #829CFD: hue angle of 227.32º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #829CFD is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 156 | 253 | - |
| CMYK | 0.49 | 0.38 | 0 | 0.01 |
| HSL | 227.32º | 0.97% | 0.75% | - |
| HSV(B) | 227.32º | 0.49% | 0.99% | - |
| XYZ | 38.82 | 35.61 | 97.76 | - |
| YUV | 159.28 | 180.89 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 156 | 253 | 0.49 | 0.38 | 0 | 0.01 | 227.32 | 0.97 | 0.75 |
| Hex | 82 | 9C | FD | 31 | 26 | 0 | 1 | E3 | 61 | 4B |
| Octal | 202 | 234 | 375 | 61 | 46 | 0 | 1 | 343 | 141 | 113 |
| Binary | 10000010 | 10011100 | 11111101 | 110001 | 100110 | 0 | 1 | 11100011 | 1100001 | 1001011 |
Color Harmonies of #829CFD
Complementary color
Monochromatic Colors of #829CFD
Black with #829CFD
Text Example
Text Example
White with #829CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829CFD; }
p { color: rgb(130,156,253); }
H1.HeaderClassName
{
color: #829CFD;
}
.AnyTagClassName
{
color: #829CFD;
}
</style>
background-color css
<style>
a { background-color: #829CFD; }
a { background-color: rgb(130,156,253); }
div.DivClassName
{
background-color: #829CFD;
}
.BgClassName
{
background-color: #829CFD;
}
</style>
border-color css
<style>
span { border-color: #829CFD; }
span { border-color: rgb(130,156,253); }
td.TdClassName
{
border-color: #829CFD;
}
.TagClassName
{
border-color: #829CFD;
}
</style>