Shades of Cornflower Blue #5C87FF
Tints of Cornflower Blue #5C87FF
RGB
CMYK
RGB Variations
Color information
#5C87FF (or 0x5C87FF) is known color: Cornflower Blue. HEX triplet: 5C, 87 and FF. RGB value is (92,135,255). Sum of RGB (Red+Green+Blue) = 92+135+255=482 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.09% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #5C87FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C87FF is #A37800. Grayscale: #878787. Windows color (decimal): -10713089 or 16746332. OLE color: 16746332.
HSL color Cylindrical-coordinate representation of color #5C87FF: hue angle of 224.17º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C87FF is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 92 | 135 | 255 | - |
| CMYK | 0.64 | 0.47 | 0 | 0 |
| HSL | 224.17º | 1% | 0.68% | - |
| HSV(B) | 224.17º | 0.64% | 1% | - |
| XYZ | 31.13 | 26.82 | 98.14 | - |
| YUV | 135.82 | 195.25 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 135 | 255 | 0.64 | 0.47 | 0 | 0 | 224.17 | 1 | 0.68 |
| Hex | 5C | 87 | FF | 40 | 2F | 0 | 0 | E0 | 64 | 44 |
| Octal | 134 | 207 | 377 | 100 | 57 | 0 | 0 | 340 | 144 | 104 |
| Binary | 1011100 | 10000111 | 11111111 | 1000000 | 101111 | 0 | 0 | 11100000 | 1100100 | 1000100 |
Color Harmonies of #5C87FF
Complementary color
Monochromatic Colors of #5C87FF
Black with #5C87FF
Text Example
Text Example
White with #5C87FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C87FF; }
p { color: rgb(92,135,255); }
H1.HeaderClassName
{
color: #5C87FF;
}
.AnyTagClassName
{
color: #5C87FF;
}
</style>
background-color css
<style>
a { background-color: #5C87FF; }
a { background-color: rgb(92,135,255); }
div.DivClassName
{
background-color: #5C87FF;
}
.BgClassName
{
background-color: #5C87FF;
}
</style>
border-color css
<style>
span { border-color: #5C87FF; }
span { border-color: rgb(92,135,255); }
td.TdClassName
{
border-color: #5C87FF;
}
.TagClassName
{
border-color: #5C87FF;
}
</style>