Shades of Cornflower Blue #5CA3FD
Tints of Cornflower Blue #5CA3FD
RGB
CMYK
RGB Variations
Color information
#5CA3FD (or 0x5CA3FD) is known color: Cornflower Blue. HEX triplet: 5C, A3 and FD. RGB value is (92,163,253). Sum of RGB (Red+Green+Blue) = 92+163+253=508 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.11% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #5CA3FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CA3FD is #A35C02. Grayscale: #979797. Windows color (decimal): -10705923 or 16622428. OLE color: 16622428.
HSL color Cylindrical-coordinate representation of color #5CA3FD: hue angle of 213.54º 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 #5CA3FD is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 163 | 253 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.01 |
| HSL | 213.54º | 0.98% | 0.68% | - |
| HSV(B) | 213.54º | 0.64% | 0.99% | - |
| XYZ | 35.24 | 35.56 | 97.94 | - |
| YUV | 152.03 | 184.98 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 163 | 253 | 0.64 | 0.36 | 0 | 0.01 | 213.54 | 0.98 | 0.68 |
| Hex | 5C | A3 | FD | 40 | 24 | 0 | 1 | D6 | 62 | 44 |
| Octal | 134 | 243 | 375 | 100 | 44 | 0 | 1 | 326 | 142 | 104 |
| Binary | 1011100 | 10100011 | 11111101 | 1000000 | 100100 | 0 | 1 | 11010110 | 1100010 | 1000100 |
Color Harmonies of #5CA3FD
Complementary color
Monochromatic Colors of #5CA3FD
Black with #5CA3FD
Text Example
Text Example
White with #5CA3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA3FD; }
p { color: rgb(92,163,253); }
H1.HeaderClassName
{
color: #5CA3FD;
}
.AnyTagClassName
{
color: #5CA3FD;
}
</style>
background-color css
<style>
a { background-color: #5CA3FD; }
a { background-color: rgb(92,163,253); }
div.DivClassName
{
background-color: #5CA3FD;
}
.BgClassName
{
background-color: #5CA3FD;
}
</style>
border-color css
<style>
span { border-color: #5CA3FD; }
span { border-color: rgb(92,163,253); }
td.TdClassName
{
border-color: #5CA3FD;
}
.TagClassName
{
border-color: #5CA3FD;
}
</style>