Shades of Cornflower Blue #5C7CEB
Tints of Cornflower Blue #5C7CEB
RGB
CMYK
RGB Variations
Color information
#5C7CEB (or 0x5C7CEB) is known color: Cornflower Blue. HEX triplet: 5C, 7C and EB. RGB value is (92,124,235). Sum of RGB (Red+Green+Blue) = 92+124+235=451 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.40% from 451); Green value is 124 (48.83% from 255 or 27.49% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #5C7CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C7CEB is #A38314. Grayscale: #7E7E7E. Windows color (decimal): -10715925 or 15432796. OLE color: 15432796.
HSL color Cylindrical-coordinate representation of color #5C7CEB: hue angle of 226.57º 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 #5C7CEB is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 124 | 235 | - |
| CMYK | 0.61 | 0.47 | 0 | 0.08 |
| HSL | 226.57º | 0.78% | 0.64% | - |
| HSV(B) | 226.57º | 0.61% | 0.92% | - |
| XYZ | 26.62 | 22.69 | 81.57 | - |
| YUV | 127.09 | 188.9 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 124 | 235 | 0.61 | 0.47 | 0 | 0.08 | 226.57 | 0.78 | 0.64 |
| Hex | 5C | 7C | EB | 3D | 2F | 0 | 8 | E3 | 4E | 40 |
| Octal | 134 | 174 | 353 | 75 | 57 | 0 | 10 | 343 | 116 | 100 |
| Binary | 1011100 | 1111100 | 11101011 | 111101 | 101111 | 0 | 1000 | 11100011 | 1001110 | 1000000 |
Color Harmonies of #5C7CEB
Complementary color
Monochromatic Colors of #5C7CEB
Black with #5C7CEB
Text Example
Text Example
White with #5C7CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7CEB; }
p { color: rgb(92,124,235); }
H1.HeaderClassName
{
color: #5C7CEB;
}
.AnyTagClassName
{
color: #5C7CEB;
}
</style>
background-color css
<style>
a { background-color: #5C7CEB; }
a { background-color: rgb(92,124,235); }
div.DivClassName
{
background-color: #5C7CEB;
}
.BgClassName
{
background-color: #5C7CEB;
}
</style>
border-color css
<style>
span { border-color: #5C7CEB; }
span { border-color: rgb(92,124,235); }
td.TdClassName
{
border-color: #5C7CEB;
}
.TagClassName
{
border-color: #5C7CEB;
}
</style>