Shades of Cornflower Blue #5C8EEB
Tints of Cornflower Blue #5C8EEB
RGB
CMYK
RGB Variations
Color information
#5C8EEB (or 0x5C8EEB) is known color: Cornflower Blue. HEX triplet: 5C, 8E and EB. RGB value is (92,142,235). Sum of RGB (Red+Green+Blue) = 92+142+235=469 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.62% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #5C8EEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C8EEB is #A37114. Grayscale: #898989. Windows color (decimal): -10711317 or 15437404. OLE color: 15437404.
HSL color Cylindrical-coordinate representation of color #5C8EEB: hue angle of 219.02º 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 #5C8EEB is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 142 | 235 | - |
| CMYK | 0.61 | 0.40 | 0 | 0.08 |
| HSL | 219.02º | 0.78% | 0.64% | - |
| HSV(B) | 219.02º | 0.61% | 0.92% | - |
| XYZ | 29.08 | 27.62 | 82.4 | - |
| YUV | 137.65 | 182.94 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 142 | 235 | 0.61 | 0.40 | 0 | 0.08 | 219.02 | 0.78 | 0.64 |
| Hex | 5C | 8E | EB | 3D | 28 | 0 | 8 | DB | 4E | 40 |
| Octal | 134 | 216 | 353 | 75 | 50 | 0 | 10 | 333 | 116 | 100 |
| Binary | 1011100 | 10001110 | 11101011 | 111101 | 101000 | 0 | 1000 | 11011011 | 1001110 | 1000000 |
Color Harmonies of #5C8EEB
Complementary color
Monochromatic Colors of #5C8EEB
Black with #5C8EEB
Text Example
Text Example
White with #5C8EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8EEB; }
p { color: rgb(92,142,235); }
H1.HeaderClassName
{
color: #5C8EEB;
}
.AnyTagClassName
{
color: #5C8EEB;
}
</style>
background-color css
<style>
a { background-color: #5C8EEB; }
a { background-color: rgb(92,142,235); }
div.DivClassName
{
background-color: #5C8EEB;
}
.BgClassName
{
background-color: #5C8EEB;
}
</style>
border-color css
<style>
span { border-color: #5C8EEB; }
span { border-color: rgb(92,142,235); }
td.TdClassName
{
border-color: #5C8EEB;
}
.TagClassName
{
border-color: #5C8EEB;
}
</style>