Shades of Cornflower Blue #829FFC
Tints of Cornflower Blue #829FFC
RGB
CMYK
RGB Variations
Color information
#829FFC (or 0x829FFC) is known color: Cornflower Blue. HEX triplet: 82, 9F and FC. RGB value is (130,159,252). Sum of RGB (Red+Green+Blue) = 130+159+252=541 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.03% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #829FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829FFC is #7D6003. Grayscale: #A0A0A0. Windows color (decimal): -8216580 or 16555906. OLE color: 16555906.
HSL color Cylindrical-coordinate representation of color #829FFC: hue angle of 225.74º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #829FFC is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 159 | 252 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.01 |
| HSL | 225.74º | 0.95% | 0.75% | - |
| HSV(B) | 225.74º | 0.48% | 0.99% | - |
| XYZ | 39.17 | 36.57 | 97.09 | - |
| YUV | 160.93 | 179.39 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 159 | 252 | 0.48 | 0.37 | 0 | 0.01 | 225.74 | 0.95 | 0.75 |
| Hex | 82 | 9F | FC | 30 | 25 | 0 | 1 | E2 | 5F | 4B |
| Octal | 202 | 237 | 374 | 60 | 45 | 0 | 1 | 342 | 137 | 113 |
| Binary | 10000010 | 10011111 | 11111100 | 110000 | 100101 | 0 | 1 | 11100010 | 1011111 | 1001011 |
Color Harmonies of #829FFC
Complementary color
Monochromatic Colors of #829FFC
Black with #829FFC
Text Example
Text Example
White with #829FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829FFC; }
p { color: rgb(130,159,252); }
H1.HeaderClassName
{
color: #829FFC;
}
.AnyTagClassName
{
color: #829FFC;
}
</style>
background-color css
<style>
a { background-color: #829FFC; }
a { background-color: rgb(130,159,252); }
div.DivClassName
{
background-color: #829FFC;
}
.BgClassName
{
background-color: #829FFC;
}
</style>
border-color css
<style>
span { border-color: #829FFC; }
span { border-color: rgb(130,159,252); }
td.TdClassName
{
border-color: #829FFC;
}
.TagClassName
{
border-color: #829FFC;
}
</style>