Shades of Cornflower Blue #5CA4FC
Tints of Cornflower Blue #5CA4FC
RGB
CMYK
RGB Variations
Color information
#5CA4FC (or 0x5CA4FC) is known color: Cornflower Blue. HEX triplet: 5C, A4 and FC. RGB value is (92,164,252). Sum of RGB (Red+Green+Blue) = 92+164+252=508 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.11% from 508); Green value is 164 (64.45% from 255 or 32.28% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #5CA4FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CA4FC is #A35B03. Grayscale: #989898. Windows color (decimal): -10705668 or 16557148. OLE color: 16557148.
HSL color Cylindrical-coordinate representation of color #5CA4FC: hue angle of 213º 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 #5CA4FC is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 164 | 252 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.01 |
| HSL | 213º | 0.96% | 0.67% | - |
| HSV(B) | 213º | 0.63% | 0.99% | - |
| XYZ | 35.26 | 35.85 | 97.16 | - |
| YUV | 152.5 | 184.15 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 164 | 252 | 0.63 | 0.35 | 0 | 0.01 | 213 | 0.96 | 0.67 |
| Hex | 5C | A4 | FC | 3F | 23 | 0 | 1 | D5 | 60 | 43 |
| Octal | 134 | 244 | 374 | 77 | 43 | 0 | 1 | 325 | 140 | 103 |
| Binary | 1011100 | 10100100 | 11111100 | 111111 | 100011 | 0 | 1 | 11010101 | 1100000 | 1000011 |
Color Harmonies of #5CA4FC
Complementary color
Monochromatic Colors of #5CA4FC
Black with #5CA4FC
Text Example
Text Example
White with #5CA4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA4FC; }
p { color: rgb(92,164,252); }
H1.HeaderClassName
{
color: #5CA4FC;
}
.AnyTagClassName
{
color: #5CA4FC;
}
</style>
background-color css
<style>
a { background-color: #5CA4FC; }
a { background-color: rgb(92,164,252); }
div.DivClassName
{
background-color: #5CA4FC;
}
.BgClassName
{
background-color: #5CA4FC;
}
</style>
border-color css
<style>
span { border-color: #5CA4FC; }
span { border-color: rgb(92,164,252); }
td.TdClassName
{
border-color: #5CA4FC;
}
.TagClassName
{
border-color: #5CA4FC;
}
</style>