Shades of Cornflower Blue #829BFE
Tints of Cornflower Blue #829BFE
RGB
CMYK
RGB Variations
Color information
#829BFE (or 0x829BFE) is known color: Cornflower Blue. HEX triplet: 82, 9B and FE. RGB value is (130,155,254). Sum of RGB (Red+Green+Blue) = 130+155+254=539 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.12% from 539); Green value is 155 (60.94% from 255 or 28.76% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #829BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829BFE is #7D6401. Grayscale: #9E9E9E. Windows color (decimal): -8217602 or 16685954. OLE color: 16685954.
HSL color Cylindrical-coordinate representation of color #829BFE: hue angle of 227.9º 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 #829BFE is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 130 | 155 | 254 | - |
| CMYK | 0.49 | 0.39 | 0 | 0.00 |
| HSL | 227.9º | 0.98% | 0.75% | - |
| HSV(B) | 227.9º | 0.49% | 1% | - |
| XYZ | 38.82 | 35.34 | 98.54 | - |
| YUV | 158.81 | 181.72 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 155 | 254 | 0.49 | 0.39 | 0 | 0.00 | 227.9 | 0.98 | 0.75 |
| Hex | 82 | 9B | FE | 31 | 27 | 0 | 0 | E4 | 62 | 4B |
| Octal | 202 | 233 | 376 | 61 | 47 | 0 | 0 | 344 | 142 | 113 |
| Binary | 10000010 | 10011011 | 11111110 | 110001 | 100111 | 0 | 0 | 11100100 | 1100010 | 1001011 |
Color Harmonies of #829BFE
Complementary color
Monochromatic Colors of #829BFE
Black with #829BFE
Text Example
Text Example
White with #829BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829BFE; }
p { color: rgb(130,155,254); }
H1.HeaderClassName
{
color: #829BFE;
}
.AnyTagClassName
{
color: #829BFE;
}
</style>
background-color css
<style>
a { background-color: #829BFE; }
a { background-color: rgb(130,155,254); }
div.DivClassName
{
background-color: #829BFE;
}
.BgClassName
{
background-color: #829BFE;
}
</style>
border-color css
<style>
span { border-color: #829BFE; }
span { border-color: rgb(130,155,254); }
td.TdClassName
{
border-color: #829BFE;
}
.TagClassName
{
border-color: #829BFE;
}
</style>