Shades of Cornflower Blue #5C9FFE
Tints of Cornflower Blue #5C9FFE
RGB
CMYK
RGB Variations
Color information
#5C9FFE (or 0x5C9FFE) is known color: Cornflower Blue. HEX triplet: 5C, 9F and FE. RGB value is (92,159,254). Sum of RGB (Red+Green+Blue) = 92+159+254=505 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.22% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #5C9FFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C9FFE is #A36001. Grayscale: #959595. Windows color (decimal): -10706946 or 16686940. OLE color: 16686940.
HSL color Cylindrical-coordinate representation of color #5C9FFE: hue angle of 215.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 #5C9FFE is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 92 | 159 | 254 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.00 |
| HSL | 215.19º | 0.99% | 0.68% | - |
| HSV(B) | 215.19º | 0.64% | 1% | - |
| XYZ | 34.7 | 34.23 | 98.54 | - |
| YUV | 149.8 | 186.8 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 159 | 254 | 0.64 | 0.37 | 0 | 0.00 | 215.19 | 0.99 | 0.68 |
| Hex | 5C | 9F | FE | 40 | 25 | 0 | 0 | D7 | 63 | 44 |
| Octal | 134 | 237 | 376 | 100 | 45 | 0 | 0 | 327 | 143 | 104 |
| Binary | 1011100 | 10011111 | 11111110 | 1000000 | 100101 | 0 | 0 | 11010111 | 1100011 | 1000100 |
Color Harmonies of #5C9FFE
Complementary color
Monochromatic Colors of #5C9FFE
Black with #5C9FFE
Text Example
Text Example
White with #5C9FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9FFE; }
p { color: rgb(92,159,254); }
H1.HeaderClassName
{
color: #5C9FFE;
}
.AnyTagClassName
{
color: #5C9FFE;
}
</style>
background-color css
<style>
a { background-color: #5C9FFE; }
a { background-color: rgb(92,159,254); }
div.DivClassName
{
background-color: #5C9FFE;
}
.BgClassName
{
background-color: #5C9FFE;
}
</style>
border-color css
<style>
span { border-color: #5C9FFE; }
span { border-color: rgb(92,159,254); }
td.TdClassName
{
border-color: #5C9FFE;
}
.TagClassName
{
border-color: #5C9FFE;
}
</style>