Shades of Cornflower Blue #5C84FE
Tints of Cornflower Blue #5C84FE
RGB
CMYK
RGB Variations
Color information
#5C84FE (or 0x5C84FE) is known color: Cornflower Blue. HEX triplet: 5C, 84 and FE. RGB value is (92,132,254). Sum of RGB (Red+Green+Blue) = 92+132+254=478 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.25% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #5C84FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C84FE is #A37B01. Grayscale: #858585. Windows color (decimal): -10713858 or 16680028. OLE color: 16680028.
HSL color Cylindrical-coordinate representation of color #5C84FE: hue angle of 225.19º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C84FE is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 92 | 132 | 254 | - |
| CMYK | 0.64 | 0.48 | 0 | 0.00 |
| HSL | 225.19º | 0.99% | 0.68% | - |
| HSV(B) | 225.19º | 0.64% | 1% | - |
| XYZ | 30.55 | 25.93 | 97.16 | - |
| YUV | 133.95 | 195.75 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 132 | 254 | 0.64 | 0.48 | 0 | 0.00 | 225.19 | 0.99 | 0.68 |
| Hex | 5C | 84 | FE | 40 | 30 | 0 | 0 | E1 | 63 | 44 |
| Octal | 134 | 204 | 376 | 100 | 60 | 0 | 0 | 341 | 143 | 104 |
| Binary | 1011100 | 10000100 | 11111110 | 1000000 | 110000 | 0 | 0 | 11100001 | 1100011 | 1000100 |
Color Harmonies of #5C84FE
Complementary color
Monochromatic Colors of #5C84FE
Black with #5C84FE
Text Example
Text Example
White with #5C84FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C84FE; }
p { color: rgb(92,132,254); }
H1.HeaderClassName
{
color: #5C84FE;
}
.AnyTagClassName
{
color: #5C84FE;
}
</style>
background-color css
<style>
a { background-color: #5C84FE; }
a { background-color: rgb(92,132,254); }
div.DivClassName
{
background-color: #5C84FE;
}
.BgClassName
{
background-color: #5C84FE;
}
</style>
border-color css
<style>
span { border-color: #5C84FE; }
span { border-color: rgb(92,132,254); }
td.TdClassName
{
border-color: #5C84FE;
}
.TagClassName
{
border-color: #5C84FE;
}
</style>