Shades of Cornflower Blue #5CA4FD
Tints of Cornflower Blue #5CA4FD
RGB
CMYK
RGB Variations
Color information
#5CA4FD (or 0x5CA4FD) is known color: Cornflower Blue. HEX triplet: 5C, A4 and FD. RGB value is (92,164,253). Sum of RGB (Red+Green+Blue) = 92+164+253=509 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.07% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #5CA4FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CA4FD is #A35B02. Grayscale: #989898. Windows color (decimal): -10705667 or 16622684. OLE color: 16622684.
HSL color Cylindrical-coordinate representation of color #5CA4FD: hue angle of 213.17º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CA4FD is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 164 | 253 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.01 |
| HSL | 213.17º | 0.98% | 0.68% | - |
| HSV(B) | 213.17º | 0.64% | 0.99% | - |
| XYZ | 35.42 | 35.92 | 97.99 | - |
| YUV | 152.62 | 184.65 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 164 | 253 | 0.64 | 0.35 | 0 | 0.01 | 213.17 | 0.98 | 0.68 |
| Hex | 5C | A4 | FD | 40 | 23 | 0 | 1 | D5 | 62 | 44 |
| Octal | 134 | 244 | 375 | 100 | 43 | 0 | 1 | 325 | 142 | 104 |
| Binary | 1011100 | 10100100 | 11111101 | 1000000 | 100011 | 0 | 1 | 11010101 | 1100010 | 1000100 |
Color Harmonies of #5CA4FD
Complementary color
Monochromatic Colors of #5CA4FD
Black with #5CA4FD
Text Example
Text Example
White with #5CA4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA4FD; }
p { color: rgb(92,164,253); }
H1.HeaderClassName
{
color: #5CA4FD;
}
.AnyTagClassName
{
color: #5CA4FD;
}
</style>
background-color css
<style>
a { background-color: #5CA4FD; }
a { background-color: rgb(92,164,253); }
div.DivClassName
{
background-color: #5CA4FD;
}
.BgClassName
{
background-color: #5CA4FD;
}
</style>
border-color css
<style>
span { border-color: #5CA4FD; }
span { border-color: rgb(92,164,253); }
td.TdClassName
{
border-color: #5CA4FD;
}
.TagClassName
{
border-color: #5CA4FD;
}
</style>