Shades of Cornflower Blue #5091FE
Tints of Cornflower Blue #5091FE
RGB
CMYK
RGB Variations
Color information
#5091FE (or 0x5091FE) is known color: Cornflower Blue. HEX triplet: 50, 91 and FE. RGB value is (80,145,254). Sum of RGB (Red+Green+Blue) = 80+145+254=479 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.70% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #5091FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5091FE is #AF6E01. Grayscale: #898989. Windows color (decimal): -11496962 or 16683344. OLE color: 16683344.
HSL color Cylindrical-coordinate representation of color #5091FE: hue angle of 217.59º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5091FE is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 145 | 254 | - |
| CMYK | 0.69 | 0.43 | 0 | 0.00 |
| HSL | 217.59º | 0.99% | 0.65% | - |
| HSV(B) | 217.59º | 0.69% | 1% | - |
| XYZ | 31.32 | 29.11 | 97.73 | - |
| YUV | 137.99 | 193.47 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 145 | 254 | 0.69 | 0.43 | 0 | 0.00 | 217.59 | 0.99 | 0.65 |
| Hex | 50 | 91 | FE | 45 | 2B | 0 | 0 | DA | 63 | 41 |
| Octal | 120 | 221 | 376 | 105 | 53 | 0 | 0 | 332 | 143 | 101 |
| Binary | 1010000 | 10010001 | 11111110 | 1000101 | 101011 | 0 | 0 | 11011010 | 1100011 | 1000001 |
Color Harmonies of #5091FE
Complementary color
Monochromatic Colors of #5091FE
Black with #5091FE
Text Example
Text Example
White with #5091FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5091FE; }
p { color: rgb(80,145,254); }
H1.HeaderClassName
{
color: #5091FE;
}
.AnyTagClassName
{
color: #5091FE;
}
</style>
background-color css
<style>
a { background-color: #5091FE; }
a { background-color: rgb(80,145,254); }
div.DivClassName
{
background-color: #5091FE;
}
.BgClassName
{
background-color: #5091FE;
}
</style>
border-color css
<style>
span { border-color: #5091FE; }
span { border-color: rgb(80,145,254); }
td.TdClassName
{
border-color: #5091FE;
}
.TagClassName
{
border-color: #5091FE;
}
</style>