Shades of Cornflower Blue #5C8CE8
Tints of Cornflower Blue #5C8CE8
RGB
CMYK
RGB Variations
Color information
#5C8CE8 (or 0x5C8CE8) is known color: Cornflower Blue. HEX triplet: 5C, 8C and E8. RGB value is (92,140,232). Sum of RGB (Red+Green+Blue) = 92+140+232=464 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.83% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 232 (91.02% from 255 or 50% from 464); Max value from RGB is 232 - color contains mainly: blue. Hex color #5C8CE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C8CE8 is #A37317. Grayscale: #878787. Windows color (decimal): -10711832 or 15240284. OLE color: 15240284.
HSL color Cylindrical-coordinate representation of color #5C8CE8: hue angle of 219.43º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5C8CE8 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 92 | 140 | 232 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.09 |
| HSL | 219.43º | 0.75% | 0.64% | - |
| HSV(B) | 219.43º | 0.6% | 0.91% | - |
| XYZ | 28.36 | 26.86 | 80.03 | - |
| YUV | 136.14 | 182.1 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 140 | 232 | 0.60 | 0.40 | 0 | 0.09 | 219.43 | 0.75 | 0.64 |
| Hex | 5C | 8C | E8 | 3C | 28 | 0 | 9 | DB | 4B | 40 |
| Octal | 134 | 214 | 350 | 74 | 50 | 0 | 11 | 333 | 113 | 100 |
| Binary | 1011100 | 10001100 | 11101000 | 111100 | 101000 | 0 | 1001 | 11011011 | 1001011 | 1000000 |
Color Harmonies of #5C8CE8
Complementary color
Monochromatic Colors of #5C8CE8
Black with #5C8CE8
Text Example
Text Example
White with #5C8CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8CE8; }
p { color: rgb(92,140,232); }
H1.HeaderClassName
{
color: #5C8CE8;
}
.AnyTagClassName
{
color: #5C8CE8;
}
</style>
background-color css
<style>
a { background-color: #5C8CE8; }
a { background-color: rgb(92,140,232); }
div.DivClassName
{
background-color: #5C8CE8;
}
.BgClassName
{
background-color: #5C8CE8;
}
</style>
border-color css
<style>
span { border-color: #5C8CE8; }
span { border-color: rgb(92,140,232); }
td.TdClassName
{
border-color: #5C8CE8;
}
.TagClassName
{
border-color: #5C8CE8;
}
</style>