Shades of Cornflower Blue #5C96FC
Tints of Cornflower Blue #5C96FC
RGB
CMYK
RGB Variations
Color information
#5C96FC (or 0x5C96FC) is known color: Cornflower Blue. HEX triplet: 5C, 96 and FC. RGB value is (92,150,252). Sum of RGB (Red+Green+Blue) = 92+150+252=494 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.62% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #5C96FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C96FC is #A36903. Grayscale: #8F8F8F. Windows color (decimal): -10709252 or 16553564. OLE color: 16553564.
HSL color Cylindrical-coordinate representation of color #5C96FC: hue angle of 218.25º 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 #5C96FC is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 150 | 252 | - |
| CMYK | 0.63 | 0.40 | 0 | 0.01 |
| HSL | 218.25º | 0.96% | 0.67% | - |
| HSV(B) | 218.25º | 0.63% | 0.99% | - |
| XYZ | 32.89 | 31.12 | 96.37 | - |
| YUV | 144.29 | 188.78 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 150 | 252 | 0.63 | 0.40 | 0 | 0.01 | 218.25 | 0.96 | 0.67 |
| Hex | 5C | 96 | FC | 3F | 28 | 0 | 1 | DA | 60 | 43 |
| Octal | 134 | 226 | 374 | 77 | 50 | 0 | 1 | 332 | 140 | 103 |
| Binary | 1011100 | 10010110 | 11111100 | 111111 | 101000 | 0 | 1 | 11011010 | 1100000 | 1000011 |
Color Harmonies of #5C96FC
Complementary color
Monochromatic Colors of #5C96FC
Black with #5C96FC
Text Example
Text Example
White with #5C96FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C96FC; }
p { color: rgb(92,150,252); }
H1.HeaderClassName
{
color: #5C96FC;
}
.AnyTagClassName
{
color: #5C96FC;
}
</style>
background-color css
<style>
a { background-color: #5C96FC; }
a { background-color: rgb(92,150,252); }
div.DivClassName
{
background-color: #5C96FC;
}
.BgClassName
{
background-color: #5C96FC;
}
</style>
border-color css
<style>
span { border-color: #5C96FC; }
span { border-color: rgb(92,150,252); }
td.TdClassName
{
border-color: #5C96FC;
}
.TagClassName
{
border-color: #5C96FC;
}
</style>