Shades of Cornflower Blue #5CA8FD
Tints of Cornflower Blue #5CA8FD
RGB
CMYK
RGB Variations
Color information
#5CA8FD (or 0x5CA8FD) is known color: Cornflower Blue. HEX triplet: 5C, A8 and FD. RGB value is (92,168,253). Sum of RGB (Red+Green+Blue) = 92+168+253=513 (67% of max value = 765). Red value is 92 (36.33% from 255 or 17.93% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #5CA8FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CA8FD is #A35702. Grayscale: #9A9A9A. Windows color (decimal): -10704643 or 16623708. OLE color: 16623708.
HSL color Cylindrical-coordinate representation of color #5CA8FD: hue angle of 211.68º 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 #5CA8FD is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 168 | 253 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.01 |
| HSL | 211.68º | 0.98% | 0.68% | - |
| HSV(B) | 211.68º | 0.64% | 0.99% | - |
| XYZ | 36.15 | 37.37 | 98.24 | - |
| YUV | 154.97 | 183.32 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 168 | 253 | 0.64 | 0.34 | 0 | 0.01 | 211.68 | 0.98 | 0.68 |
| Hex | 5C | A8 | FD | 40 | 22 | 0 | 1 | D4 | 62 | 44 |
| Octal | 134 | 250 | 375 | 100 | 42 | 0 | 1 | 324 | 142 | 104 |
| Binary | 1011100 | 10101000 | 11111101 | 1000000 | 100010 | 0 | 1 | 11010100 | 1100010 | 1000100 |
Color Harmonies of #5CA8FD
Complementary color
Monochromatic Colors of #5CA8FD
Black with #5CA8FD
Text Example
Text Example
White with #5CA8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA8FD; }
p { color: rgb(92,168,253); }
H1.HeaderClassName
{
color: #5CA8FD;
}
.AnyTagClassName
{
color: #5CA8FD;
}
</style>
background-color css
<style>
a { background-color: #5CA8FD; }
a { background-color: rgb(92,168,253); }
div.DivClassName
{
background-color: #5CA8FD;
}
.BgClassName
{
background-color: #5CA8FD;
}
</style>
border-color css
<style>
span { border-color: #5CA8FD; }
span { border-color: rgb(92,168,253); }
td.TdClassName
{
border-color: #5CA8FD;
}
.TagClassName
{
border-color: #5CA8FD;
}
</style>