Shades of Cornflower Blue #5C8DFF
Tints of Cornflower Blue #5C8DFF
RGB
CMYK
RGB Variations
Color information
#5C8DFF (or 0x5C8DFF) is known color: Cornflower Blue. HEX triplet: 5C, 8D and FF. RGB value is (92,141,255). Sum of RGB (Red+Green+Blue) = 92+141+255=488 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.85% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #5C8DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C8DFF is #A37200. Grayscale: #8A8A8A. Windows color (decimal): -10711553 or 16747868. OLE color: 16747868.
HSL color Cylindrical-coordinate representation of color #5C8DFF: hue angle of 221.96º 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 #5C8DFF is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 92 | 141 | 255 | - |
| CMYK | 0.64 | 0.45 | 0 | 0 |
| HSL | 221.96º | 1% | 0.68% | - |
| HSV(B) | 221.96º | 0.64% | 1% | - |
| XYZ | 31.99 | 28.55 | 98.43 | - |
| YUV | 139.35 | 193.27 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 141 | 255 | 0.64 | 0.45 | 0 | 0 | 221.96 | 1 | 0.68 |
| Hex | 5C | 8D | FF | 40 | 2D | 0 | 0 | DE | 64 | 44 |
| Octal | 134 | 215 | 377 | 100 | 55 | 0 | 0 | 336 | 144 | 104 |
| Binary | 1011100 | 10001101 | 11111111 | 1000000 | 101101 | 0 | 0 | 11011110 | 1100100 | 1000100 |
Color Harmonies of #5C8DFF
Complementary color
Monochromatic Colors of #5C8DFF
Black with #5C8DFF
Text Example
Text Example
White with #5C8DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8DFF; }
p { color: rgb(92,141,255); }
H1.HeaderClassName
{
color: #5C8DFF;
}
.AnyTagClassName
{
color: #5C8DFF;
}
</style>
background-color css
<style>
a { background-color: #5C8DFF; }
a { background-color: rgb(92,141,255); }
div.DivClassName
{
background-color: #5C8DFF;
}
.BgClassName
{
background-color: #5C8DFF;
}
</style>
border-color css
<style>
span { border-color: #5C8DFF; }
span { border-color: rgb(92,141,255); }
td.TdClassName
{
border-color: #5C8DFF;
}
.TagClassName
{
border-color: #5C8DFF;
}
</style>