Shades of Cornflower Blue #829CFC
Tints of Cornflower Blue #829CFC
RGB
CMYK
RGB Variations
Color information
#829CFC (or 0x829CFC) is known color: Cornflower Blue. HEX triplet: 82, 9C and FC. RGB value is (130,156,252). Sum of RGB (Red+Green+Blue) = 130+156+252=538 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.16% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #829CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829CFC is #7D6303. Grayscale: #9E9E9E. Windows color (decimal): -8217348 or 16555138. OLE color: 16555138.
HSL color Cylindrical-coordinate representation of color #829CFC: hue angle of 227.21º 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 #829CFC is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 156 | 252 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.01 |
| HSL | 227.21º | 0.95% | 0.75% | - |
| HSV(B) | 227.21º | 0.48% | 0.99% | - |
| XYZ | 38.67 | 35.55 | 96.92 | - |
| YUV | 159.17 | 180.39 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 156 | 252 | 0.48 | 0.38 | 0 | 0.01 | 227.21 | 0.95 | 0.75 |
| Hex | 82 | 9C | FC | 30 | 26 | 0 | 1 | E3 | 5F | 4B |
| Octal | 202 | 234 | 374 | 60 | 46 | 0 | 1 | 343 | 137 | 113 |
| Binary | 10000010 | 10011100 | 11111100 | 110000 | 100110 | 0 | 1 | 11100011 | 1011111 | 1001011 |
Color Harmonies of #829CFC
Complementary color
Monochromatic Colors of #829CFC
Black with #829CFC
Text Example
Text Example
White with #829CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829CFC; }
p { color: rgb(130,156,252); }
H1.HeaderClassName
{
color: #829CFC;
}
.AnyTagClassName
{
color: #829CFC;
}
</style>
background-color css
<style>
a { background-color: #829CFC; }
a { background-color: rgb(130,156,252); }
div.DivClassName
{
background-color: #829CFC;
}
.BgClassName
{
background-color: #829CFC;
}
</style>
border-color css
<style>
span { border-color: #829CFC; }
span { border-color: rgb(130,156,252); }
td.TdClassName
{
border-color: #829CFC;
}
.TagClassName
{
border-color: #829CFC;
}
</style>