Shades of Cornflower Blue #829DFC
Tints of Cornflower Blue #829DFC
RGB
CMYK
RGB Variations
Color information
#829DFC (or 0x829DFC) is known color: Cornflower Blue. HEX triplet: 82, 9D and FC. RGB value is (130,157,252). Sum of RGB (Red+Green+Blue) = 130+157+252=539 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.12% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #829DFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829DFC is #7D6203. Grayscale: #9F9F9F. Windows color (decimal): -8217092 or 16555394. OLE color: 16555394.
HSL color Cylindrical-coordinate representation of color #829DFC: hue angle of 226.72º 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 #829DFC is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 157 | 252 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.01 |
| HSL | 226.72º | 0.95% | 0.75% | - |
| HSV(B) | 226.72º | 0.48% | 0.99% | - |
| XYZ | 38.83 | 35.89 | 96.98 | - |
| YUV | 159.76 | 180.05 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 157 | 252 | 0.48 | 0.38 | 0 | 0.01 | 226.72 | 0.95 | 0.75 |
| Hex | 82 | 9D | FC | 30 | 26 | 0 | 1 | E3 | 5F | 4B |
| Octal | 202 | 235 | 374 | 60 | 46 | 0 | 1 | 343 | 137 | 113 |
| Binary | 10000010 | 10011101 | 11111100 | 110000 | 100110 | 0 | 1 | 11100011 | 1011111 | 1001011 |
Color Harmonies of #829DFC
Complementary color
Monochromatic Colors of #829DFC
Black with #829DFC
Text Example
Text Example
White with #829DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829DFC; }
p { color: rgb(130,157,252); }
H1.HeaderClassName
{
color: #829DFC;
}
.AnyTagClassName
{
color: #829DFC;
}
</style>
background-color css
<style>
a { background-color: #829DFC; }
a { background-color: rgb(130,157,252); }
div.DivClassName
{
background-color: #829DFC;
}
.BgClassName
{
background-color: #829DFC;
}
</style>
border-color css
<style>
span { border-color: #829DFC; }
span { border-color: rgb(130,157,252); }
td.TdClassName
{
border-color: #829DFC;
}
.TagClassName
{
border-color: #829DFC;
}
</style>