Shades of Cornflower Blue #809CFF
Tints of Cornflower Blue #809CFF
RGB
CMYK
RGB Variations
Color information
#809CFF (or 0x809CFF) is known color: Cornflower Blue. HEX triplet: 80, 9C and FF. RGB value is (128,156,255). Sum of RGB (Red+Green+Blue) = 128+156+255=539 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.75% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #809CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #809CFF is #7F6300. Grayscale: #9E9E9E. Windows color (decimal): -8348417 or 16751744. OLE color: 16751744.
HSL color Cylindrical-coordinate representation of color #809CFF: hue angle of 226.77º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #809CFF is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 156 | 255 | - |
| CMYK | 0.50 | 0.39 | 0 | 0 |
| HSL | 226.77º | 1% | 0.75% | - |
| HSV(B) | 226.77º | 0.5% | 1% | - |
| XYZ | 38.84 | 35.59 | 99.43 | - |
| YUV | 158.91 | 182.22 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 156 | 255 | 0.50 | 0.39 | 0 | 0 | 226.77 | 1 | 0.75 |
| Hex | 80 | 9C | FF | 32 | 27 | 0 | 0 | E3 | 64 | 4B |
| Octal | 200 | 234 | 377 | 62 | 47 | 0 | 0 | 343 | 144 | 113 |
| Binary | 10000000 | 10011100 | 11111111 | 110010 | 100111 | 0 | 0 | 11100011 | 1100100 | 1001011 |
Color Harmonies of #809CFF
Complementary color
Monochromatic Colors of #809CFF
Black with #809CFF
Text Example
Text Example
White with #809CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809CFF; }
p { color: rgb(128,156,255); }
H1.HeaderClassName
{
color: #809CFF;
}
.AnyTagClassName
{
color: #809CFF;
}
</style>
background-color css
<style>
a { background-color: #809CFF; }
a { background-color: rgb(128,156,255); }
div.DivClassName
{
background-color: #809CFF;
}
.BgClassName
{
background-color: #809CFF;
}
</style>
border-color css
<style>
span { border-color: #809CFF; }
span { border-color: rgb(128,156,255); }
td.TdClassName
{
border-color: #809CFF;
}
.TagClassName
{
border-color: #809CFF;
}
</style>