Shades of Cornflower Blue #5091FC
Tints of Cornflower Blue #5091FC
RGB
CMYK
RGB Variations
Color information
#5091FC (or 0x5091FC) is known color: Cornflower Blue. HEX triplet: 50, 91 and FC. RGB value is (80,145,252). Sum of RGB (Red+Green+Blue) = 80+145+252=477 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.77% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #5091FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5091FC is #AF6E03. Grayscale: #898989. Windows color (decimal): -11496964 or 16552272. OLE color: 16552272.
HSL color Cylindrical-coordinate representation of color #5091FC: hue angle of 217.33º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5091FC is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 145 | 252 | - |
| CMYK | 0.68 | 0.42 | 0 | 0.01 |
| HSL | 217.33º | 0.97% | 0.65% | - |
| HSV(B) | 217.33º | 0.68% | 0.99% | - |
| XYZ | 31 | 28.98 | 96.06 | - |
| YUV | 137.76 | 192.47 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 145 | 252 | 0.68 | 0.42 | 0 | 0.01 | 217.33 | 0.97 | 0.65 |
| Hex | 50 | 91 | FC | 44 | 2A | 0 | 1 | D9 | 61 | 41 |
| Octal | 120 | 221 | 374 | 104 | 52 | 0 | 1 | 331 | 141 | 101 |
| Binary | 1010000 | 10010001 | 11111100 | 1000100 | 101010 | 0 | 1 | 11011001 | 1100001 | 1000001 |
Color Harmonies of #5091FC
Complementary color
Monochromatic Colors of #5091FC
Black with #5091FC
Text Example
Text Example
White with #5091FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5091FC; }
p { color: rgb(80,145,252); }
H1.HeaderClassName
{
color: #5091FC;
}
.AnyTagClassName
{
color: #5091FC;
}
</style>
background-color css
<style>
a { background-color: #5091FC; }
a { background-color: rgb(80,145,252); }
div.DivClassName
{
background-color: #5091FC;
}
.BgClassName
{
background-color: #5091FC;
}
</style>
border-color css
<style>
span { border-color: #5091FC; }
span { border-color: rgb(80,145,252); }
td.TdClassName
{
border-color: #5091FC;
}
.TagClassName
{
border-color: #5091FC;
}
</style>