Shades of Cornflower Blue #829AFC
Tints of Cornflower Blue #829AFC
RGB
CMYK
RGB Variations
Color information
#829AFC (or 0x829AFC) is known color: Cornflower Blue. HEX triplet: 82, 9A and FC. RGB value is (130,154,252). Sum of RGB (Red+Green+Blue) = 130+154+252=536 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.25% from 536); Green value is 154 (60.55% from 255 or 28.73% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #829AFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829AFC is #7D6503. Grayscale: #9D9D9D. Windows color (decimal): -8217860 or 16554626. OLE color: 16554626.
HSL color Cylindrical-coordinate representation of color #829AFC: hue angle of 228.2º 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 #829AFC is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 154 | 252 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.01 |
| HSL | 228.2º | 0.95% | 0.75% | - |
| HSV(B) | 228.2º | 0.48% | 0.99% | - |
| XYZ | 38.33 | 34.89 | 96.81 | - |
| YUV | 158 | 181.05 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 154 | 252 | 0.48 | 0.39 | 0 | 0.01 | 228.2 | 0.95 | 0.75 |
| Hex | 82 | 9A | FC | 30 | 27 | 0 | 1 | E4 | 5F | 4B |
| Octal | 202 | 232 | 374 | 60 | 47 | 0 | 1 | 344 | 137 | 113 |
| Binary | 10000010 | 10011010 | 11111100 | 110000 | 100111 | 0 | 1 | 11100100 | 1011111 | 1001011 |
Color Harmonies of #829AFC
Complementary color
Monochromatic Colors of #829AFC
Black with #829AFC
Text Example
Text Example
White with #829AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829AFC; }
p { color: rgb(130,154,252); }
H1.HeaderClassName
{
color: #829AFC;
}
.AnyTagClassName
{
color: #829AFC;
}
</style>
background-color css
<style>
a { background-color: #829AFC; }
a { background-color: rgb(130,154,252); }
div.DivClassName
{
background-color: #829AFC;
}
.BgClassName
{
background-color: #829AFC;
}
</style>
border-color css
<style>
span { border-color: #829AFC; }
span { border-color: rgb(130,154,252); }
td.TdClassName
{
border-color: #829AFC;
}
.TagClassName
{
border-color: #829AFC;
}
</style>