Shades of Cornflower Blue #5CA6FC
Tints of Cornflower Blue #5CA6FC
RGB
CMYK
RGB Variations
Color information
#5CA6FC (or 0x5CA6FC) is known color: Cornflower Blue. HEX triplet: 5C, A6 and FC. RGB value is (92,166,252). Sum of RGB (Red+Green+Blue) = 92+166+252=510 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.04% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #5CA6FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CA6FC is #A35903. Grayscale: #999999. Windows color (decimal): -10705156 or 16557660. OLE color: 16557660.
HSL color Cylindrical-coordinate representation of color #5CA6FC: hue angle of 212.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 #5CA6FC is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 166 | 252 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.01 |
| HSL | 212.25º | 0.96% | 0.67% | - |
| HSV(B) | 212.25º | 0.63% | 0.99% | - |
| XYZ | 35.62 | 36.58 | 97.28 | - |
| YUV | 153.68 | 183.48 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 166 | 252 | 0.63 | 0.34 | 0 | 0.01 | 212.25 | 0.96 | 0.67 |
| Hex | 5C | A6 | FC | 3F | 22 | 0 | 1 | D4 | 60 | 43 |
| Octal | 134 | 246 | 374 | 77 | 42 | 0 | 1 | 324 | 140 | 103 |
| Binary | 1011100 | 10100110 | 11111100 | 111111 | 100010 | 0 | 1 | 11010100 | 1100000 | 1000011 |
Color Harmonies of #5CA6FC
Complementary color
Monochromatic Colors of #5CA6FC
Black with #5CA6FC
Text Example
Text Example
White with #5CA6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA6FC; }
p { color: rgb(92,166,252); }
H1.HeaderClassName
{
color: #5CA6FC;
}
.AnyTagClassName
{
color: #5CA6FC;
}
</style>
background-color css
<style>
a { background-color: #5CA6FC; }
a { background-color: rgb(92,166,252); }
div.DivClassName
{
background-color: #5CA6FC;
}
.BgClassName
{
background-color: #5CA6FC;
}
</style>
border-color css
<style>
span { border-color: #5CA6FC; }
span { border-color: rgb(92,166,252); }
td.TdClassName
{
border-color: #5CA6FC;
}
.TagClassName
{
border-color: #5CA6FC;
}
</style>