Shades of Cornflower Blue #5C7FEB
Tints of Cornflower Blue #5C7FEB
RGB
CMYK
RGB Variations
Color information
#5C7FEB (or 0x5C7FEB) is known color: Cornflower Blue. HEX triplet: 5C, 7F and EB. RGB value is (92,127,235). Sum of RGB (Red+Green+Blue) = 92+127+235=454 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.26% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 235 (92.19% from 255 or 51.76% from 454); Max value from RGB is 235 - color contains mainly: blue. Hex color #5C7FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C7FEB is #A38014. Grayscale: #808080. Windows color (decimal): -10715157 or 15433564. OLE color: 15433564.
HSL color Cylindrical-coordinate representation of color #5C7FEB: hue angle of 225.31º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C7FEB is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 127 | 235 | - |
| CMYK | 0.61 | 0.46 | 0 | 0.08 |
| HSL | 225.31º | 0.78% | 0.64% | - |
| HSV(B) | 225.31º | 0.61% | 0.92% | - |
| XYZ | 27 | 23.45 | 81.7 | - |
| YUV | 128.85 | 187.9 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 127 | 235 | 0.61 | 0.46 | 0 | 0.08 | 225.31 | 0.78 | 0.64 |
| Hex | 5C | 7F | EB | 3D | 2E | 0 | 8 | E1 | 4E | 40 |
| Octal | 134 | 177 | 353 | 75 | 56 | 0 | 10 | 341 | 116 | 100 |
| Binary | 1011100 | 1111111 | 11101011 | 111101 | 101110 | 0 | 1000 | 11100001 | 1001110 | 1000000 |
Color Harmonies of #5C7FEB
Complementary color
Monochromatic Colors of #5C7FEB
Black with #5C7FEB
Text Example
Text Example
White with #5C7FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7FEB; }
p { color: rgb(92,127,235); }
H1.HeaderClassName
{
color: #5C7FEB;
}
.AnyTagClassName
{
color: #5C7FEB;
}
</style>
background-color css
<style>
a { background-color: #5C7FEB; }
a { background-color: rgb(92,127,235); }
div.DivClassName
{
background-color: #5C7FEB;
}
.BgClassName
{
background-color: #5C7FEB;
}
</style>
border-color css
<style>
span { border-color: #5C7FEB; }
span { border-color: rgb(92,127,235); }
td.TdClassName
{
border-color: #5C7FEB;
}
.TagClassName
{
border-color: #5C7FEB;
}
</style>