Shades of Cornflower Blue #829DFE
Tints of Cornflower Blue #829DFE
RGB
CMYK
RGB Variations
Color information
#829DFE (or 0x829DFE) is known color: Cornflower Blue. HEX triplet: 82, 9D and FE. RGB value is (130,157,254). Sum of RGB (Red+Green+Blue) = 130+157+254=541 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.03% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #829DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829DFE is #7D6201. Grayscale: #9F9F9F. Windows color (decimal): -8217090 or 16686466. OLE color: 16686466.
HSL color Cylindrical-coordinate representation of color #829DFE: hue angle of 226.94º 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 #829DFE is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 130 | 157 | 254 | - |
| CMYK | 0.49 | 0.38 | 0 | 0.00 |
| HSL | 226.94º | 0.98% | 0.75% | - |
| HSV(B) | 226.94º | 0.49% | 1% | - |
| XYZ | 39.15 | 36.02 | 98.65 | - |
| YUV | 159.99 | 181.05 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 157 | 254 | 0.49 | 0.38 | 0 | 0.00 | 226.94 | 0.98 | 0.75 |
| Hex | 82 | 9D | FE | 31 | 26 | 0 | 0 | E3 | 62 | 4B |
| Octal | 202 | 235 | 376 | 61 | 46 | 0 | 0 | 343 | 142 | 113 |
| Binary | 10000010 | 10011101 | 11111110 | 110001 | 100110 | 0 | 0 | 11100011 | 1100010 | 1001011 |
Color Harmonies of #829DFE
Complementary color
Monochromatic Colors of #829DFE
Black with #829DFE
Text Example
Text Example
White with #829DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829DFE; }
p { color: rgb(130,157,254); }
H1.HeaderClassName
{
color: #829DFE;
}
.AnyTagClassName
{
color: #829DFE;
}
</style>
background-color css
<style>
a { background-color: #829DFE; }
a { background-color: rgb(130,157,254); }
div.DivClassName
{
background-color: #829DFE;
}
.BgClassName
{
background-color: #829DFE;
}
</style>
border-color css
<style>
span { border-color: #829DFE; }
span { border-color: rgb(130,157,254); }
td.TdClassName
{
border-color: #829DFE;
}
.TagClassName
{
border-color: #829DFE;
}
</style>