Shades of Cornflower Blue #829EFB
Tints of Cornflower Blue #829EFB
RGB
CMYK
RGB Variations
Color information
#829EFB (or 0x829EFB) is known color: Cornflower Blue. HEX triplet: 82, 9E and FB. RGB value is (130,158,251). Sum of RGB (Red+Green+Blue) = 130+158+251=539 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.12% from 539); Green value is 158 (62.11% from 255 or 29.31% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #829EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829EFB is #7D6104. Grayscale: #9F9F9F. Windows color (decimal): -8216837 or 16490114. OLE color: 16490114.
HSL color Cylindrical-coordinate representation of color #829EFB: hue angle of 226.12º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #829EFB is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 158 | 251 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.02 |
| HSL | 226.12º | 0.94% | 0.75% | - |
| HSV(B) | 226.12º | 0.48% | 0.98% | - |
| XYZ | 38.85 | 36.16 | 96.2 | - |
| YUV | 160.23 | 179.22 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 158 | 251 | 0.48 | 0.37 | 0 | 0.02 | 226.12 | 0.94 | 0.75 |
| Hex | 82 | 9E | FB | 30 | 25 | 0 | 2 | E2 | 5E | 4B |
| Octal | 202 | 236 | 373 | 60 | 45 | 0 | 2 | 342 | 136 | 113 |
| Binary | 10000010 | 10011110 | 11111011 | 110000 | 100101 | 0 | 10 | 11100010 | 1011110 | 1001011 |
Color Harmonies of #829EFB
Complementary color
Monochromatic Colors of #829EFB
Black with #829EFB
Text Example
Text Example
White with #829EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829EFB; }
p { color: rgb(130,158,251); }
H1.HeaderClassName
{
color: #829EFB;
}
.AnyTagClassName
{
color: #829EFB;
}
</style>
background-color css
<style>
a { background-color: #829EFB; }
a { background-color: rgb(130,158,251); }
div.DivClassName
{
background-color: #829EFB;
}
.BgClassName
{
background-color: #829EFB;
}
</style>
border-color css
<style>
span { border-color: #829EFB; }
span { border-color: rgb(130,158,251); }
td.TdClassName
{
border-color: #829EFB;
}
.TagClassName
{
border-color: #829EFB;
}
</style>