Shades of Cornflower Blue #5C8FFC
Tints of Cornflower Blue #5C8FFC
RGB
CMYK
RGB Variations
Color information
#5C8FFC (or 0x5C8FFC) is known color: Cornflower Blue. HEX triplet: 5C, 8F and FC. RGB value is (92,143,252). Sum of RGB (Red+Green+Blue) = 92+143+252=487 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.89% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 252 (98.83% from 255 or 51.75% from 487); Max value from RGB is 252 - color contains mainly: blue. Hex color #5C8FFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C8FFC is #A37003. Grayscale: #8B8B8B. Windows color (decimal): -10711044 or 16551772. OLE color: 16551772.
HSL color Cylindrical-coordinate representation of color #5C8FFC: hue angle of 220.88º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C8FFC is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 143 | 252 | - |
| CMYK | 0.63 | 0.43 | 0 | 0.01 |
| HSL | 220.88º | 0.96% | 0.67% | - |
| HSV(B) | 220.88º | 0.63% | 0.99% | - |
| XYZ | 31.81 | 28.95 | 96.01 | - |
| YUV | 140.18 | 191.1 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 143 | 252 | 0.63 | 0.43 | 0 | 0.01 | 220.88 | 0.96 | 0.67 |
| Hex | 5C | 8F | FC | 3F | 2B | 0 | 1 | DD | 60 | 43 |
| Octal | 134 | 217 | 374 | 77 | 53 | 0 | 1 | 335 | 140 | 103 |
| Binary | 1011100 | 10001111 | 11111100 | 111111 | 101011 | 0 | 1 | 11011101 | 1100000 | 1000011 |
Color Harmonies of #5C8FFC
Complementary color
Monochromatic Colors of #5C8FFC
Black with #5C8FFC
Text Example
Text Example
White with #5C8FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8FFC; }
p { color: rgb(92,143,252); }
H1.HeaderClassName
{
color: #5C8FFC;
}
.AnyTagClassName
{
color: #5C8FFC;
}
</style>
background-color css
<style>
a { background-color: #5C8FFC; }
a { background-color: rgb(92,143,252); }
div.DivClassName
{
background-color: #5C8FFC;
}
.BgClassName
{
background-color: #5C8FFC;
}
</style>
border-color css
<style>
span { border-color: #5C8FFC; }
span { border-color: rgb(92,143,252); }
td.TdClassName
{
border-color: #5C8FFC;
}
.TagClassName
{
border-color: #5C8FFC;
}
</style>