Shades of Cornflower Blue #5F80FF
Tints of Cornflower Blue #5F80FF
RGB
CMYK
RGB Variations
Color information
#5F80FF (or 0x5F80FF) is known color: Cornflower Blue. HEX triplet: 5F, 80 and FF. RGB value is (95,128,255). Sum of RGB (Red+Green+Blue) = 95+128+255=478 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.87% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #5F80FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F80FF is #A07F00. Grayscale: #848484. Windows color (decimal): -10518273 or 16744543. OLE color: 16744543.
HSL color Cylindrical-coordinate representation of color #5F80FF: hue angle of 227.62º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F80FF is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 128 | 255 | - |
| CMYK | 0.63 | 0.50 | 0 | 0 |
| HSL | 227.63º | 1% | 0.69% | - |
| HSV(B) | 227.63º | 0.63% | 1% | - |
| XYZ | 30.49 | 25.09 | 97.84 | - |
| YUV | 132.61 | 197.07 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 128 | 255 | 0.63 | 0.50 | 0 | 0 | 227.63 | 1 | 0.69 |
| Hex | 5F | 80 | FF | 3F | 32 | 0 | 0 | E4 | 64 | 45 |
| Octal | 137 | 200 | 377 | 77 | 62 | 0 | 0 | 344 | 144 | 105 |
| Binary | 1011111 | 10000000 | 11111111 | 111111 | 110010 | 0 | 0 | 11100100 | 1100100 | 1000101 |
Color Harmonies of #5F80FF
Complementary color
Monochromatic Colors of #5F80FF
Black with #5F80FF
Text Example
Text Example
White with #5F80FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F80FF; }
p { color: rgb(95,128,255); }
H1.HeaderClassName
{
color: #5F80FF;
}
.AnyTagClassName
{
color: #5F80FF;
}
</style>
background-color css
<style>
a { background-color: #5F80FF; }
a { background-color: rgb(95,128,255); }
div.DivClassName
{
background-color: #5F80FF;
}
.BgClassName
{
background-color: #5F80FF;
}
</style>
border-color css
<style>
span { border-color: #5F80FF; }
span { border-color: rgb(95,128,255); }
td.TdClassName
{
border-color: #5F80FF;
}
.TagClassName
{
border-color: #5F80FF;
}
</style>