Shades of Cornflower Blue #829CFE
Tints of Cornflower Blue #829CFE
RGB
CMYK
RGB Variations
Color information
#829CFE (or 0x829CFE) is known color: Cornflower Blue. HEX triplet: 82, 9C and FE. RGB value is (130,156,254). Sum of RGB (Red+Green+Blue) = 130+156+254=540 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.07% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #829CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829CFE is #7D6301. Grayscale: #9E9E9E. Windows color (decimal): -8217346 or 16686210. OLE color: 16686210.
HSL color Cylindrical-coordinate representation of color #829CFE: hue angle of 227.42º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #829CFE is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 130 | 156 | 254 | - |
| CMYK | 0.49 | 0.39 | 0 | 0.00 |
| HSL | 227.42º | 0.98% | 0.75% | - |
| HSV(B) | 227.42º | 0.49% | 1% | - |
| XYZ | 38.98 | 35.68 | 98.6 | - |
| YUV | 159.4 | 181.39 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 156 | 254 | 0.49 | 0.39 | 0 | 0.00 | 227.42 | 0.98 | 0.75 |
| Hex | 82 | 9C | FE | 31 | 27 | 0 | 0 | E3 | 62 | 4B |
| Octal | 202 | 234 | 376 | 61 | 47 | 0 | 0 | 343 | 142 | 113 |
| Binary | 10000010 | 10011100 | 11111110 | 110001 | 100111 | 0 | 0 | 11100011 | 1100010 | 1001011 |
Color Harmonies of #829CFE
Complementary color
Monochromatic Colors of #829CFE
Black with #829CFE
Text Example
Text Example
White with #829CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829CFE; }
p { color: rgb(130,156,254); }
H1.HeaderClassName
{
color: #829CFE;
}
.AnyTagClassName
{
color: #829CFE;
}
</style>
background-color css
<style>
a { background-color: #829CFE; }
a { background-color: rgb(130,156,254); }
div.DivClassName
{
background-color: #829CFE;
}
.BgClassName
{
background-color: #829CFE;
}
</style>
border-color css
<style>
span { border-color: #829CFE; }
span { border-color: rgb(130,156,254); }
td.TdClassName
{
border-color: #829CFE;
}
.TagClassName
{
border-color: #829CFE;
}
</style>