Shades of Cornflower Blue #5F80FE
Tints of Cornflower Blue #5F80FE
RGB
CMYK
RGB Variations
Color information
#5F80FE (or 0x5F80FE) is known color: Cornflower Blue. HEX triplet: 5F, 80 and FE. RGB value is (95,128,254). Sum of RGB (Red+Green+Blue) = 95+128+254=477 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.92% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #5F80FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F80FE is #A07F01. Grayscale: #838383. Windows color (decimal): -10518274 or 16679007. OLE color: 16679007.
HSL color Cylindrical-coordinate representation of color #5F80FE: hue angle of 227.55º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F80FE is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 128 | 254 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.00 |
| HSL | 227.55º | 0.99% | 0.68% | - |
| HSV(B) | 227.55º | 0.63% | 1% | - |
| XYZ | 30.33 | 25.03 | 97 | - |
| YUV | 132.5 | 196.57 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 128 | 254 | 0.63 | 0.50 | 0 | 0.00 | 227.55 | 0.99 | 0.68 |
| Hex | 5F | 80 | FE | 3F | 32 | 0 | 0 | E4 | 63 | 44 |
| Octal | 137 | 200 | 376 | 77 | 62 | 0 | 0 | 344 | 143 | 104 |
| Binary | 1011111 | 10000000 | 11111110 | 111111 | 110010 | 0 | 0 | 11100100 | 1100011 | 1000100 |
Color Harmonies of #5F80FE
Complementary color
Monochromatic Colors of #5F80FE
Black with #5F80FE
Text Example
Text Example
White with #5F80FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F80FE; }
p { color: rgb(95,128,254); }
H1.HeaderClassName
{
color: #5F80FE;
}
.AnyTagClassName
{
color: #5F80FE;
}
</style>
background-color css
<style>
a { background-color: #5F80FE; }
a { background-color: rgb(95,128,254); }
div.DivClassName
{
background-color: #5F80FE;
}
.BgClassName
{
background-color: #5F80FE;
}
</style>
border-color css
<style>
span { border-color: #5F80FE; }
span { border-color: rgb(95,128,254); }
td.TdClassName
{
border-color: #5F80FE;
}
.TagClassName
{
border-color: #5F80FE;
}
</style>