Shades of Cornflower Blue #5F87FF
Tints of Cornflower Blue #5F87FF
RGB
CMYK
RGB Variations
Color information
#5F87FF (or 0x5F87FF) is known color: Cornflower Blue. HEX triplet: 5F, 87 and FF. RGB value is (95,135,255). Sum of RGB (Red+Green+Blue) = 95+135+255=485 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.59% from 485); Green value is 135 (53.12% from 255 or 27.84% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #5F87FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F87FF is #A07800. Grayscale: #888888. Windows color (decimal): -10516481 or 16746335. OLE color: 16746335.
HSL color Cylindrical-coordinate representation of color #5F87FF: hue angle of 225º 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 #5F87FF is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 135 | 255 | - |
| CMYK | 0.63 | 0.47 | 0 | 0 |
| HSL | 225º | 1% | 0.69% | - |
| HSV(B) | 225º | 0.63% | 1% | - |
| XYZ | 31.43 | 26.98 | 98.16 | - |
| YUV | 136.72 | 194.75 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 135 | 255 | 0.63 | 0.47 | 0 | 0 | 225 | 1 | 0.69 |
| Hex | 5F | 87 | FF | 3F | 2F | 0 | 0 | E1 | 64 | 45 |
| Octal | 137 | 207 | 377 | 77 | 57 | 0 | 0 | 341 | 144 | 105 |
| Binary | 1011111 | 10000111 | 11111111 | 111111 | 101111 | 0 | 0 | 11100001 | 1100100 | 1000101 |
Color Harmonies of #5F87FF
Complementary color
Monochromatic Colors of #5F87FF
Black with #5F87FF
Text Example
Text Example
White with #5F87FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F87FF; }
p { color: rgb(95,135,255); }
H1.HeaderClassName
{
color: #5F87FF;
}
.AnyTagClassName
{
color: #5F87FF;
}
</style>
background-color css
<style>
a { background-color: #5F87FF; }
a { background-color: rgb(95,135,255); }
div.DivClassName
{
background-color: #5F87FF;
}
.BgClassName
{
background-color: #5F87FF;
}
</style>
border-color css
<style>
span { border-color: #5F87FF; }
span { border-color: rgb(95,135,255); }
td.TdClassName
{
border-color: #5F87FF;
}
.TagClassName
{
border-color: #5F87FF;
}
</style>