Shades of Cornflower Blue #5C90EA
Tints of Cornflower Blue #5C90EA
RGB
CMYK
RGB Variations
Color information
#5C90EA (or 0x5C90EA) is known color: Cornflower Blue. HEX triplet: 5C, 90 and EA. RGB value is (92,144,234). Sum of RGB (Red+Green+Blue) = 92+144+234=470 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.57% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #5C90EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C90EA is #A36F15. Grayscale: #8A8A8A. Windows color (decimal): -10710806 or 15372380. OLE color: 15372380.
HSL color Cylindrical-coordinate representation of color #5C90EA: hue angle of 218.03º degrees, saturation: 0.77, 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 #5C90EA is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 144 | 234 | - |
| CMYK | 0.61 | 0.38 | 0 | 0.08 |
| HSL | 218.03º | 0.77% | 0.64% | - |
| HSV(B) | 218.03º | 0.61% | 0.92% | - |
| XYZ | 29.24 | 28.16 | 81.74 | - |
| YUV | 138.71 | 181.77 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 144 | 234 | 0.61 | 0.38 | 0 | 0.08 | 218.03 | 0.77 | 0.64 |
| Hex | 5C | 90 | EA | 3D | 26 | 0 | 8 | DA | 4D | 40 |
| Octal | 134 | 220 | 352 | 75 | 46 | 0 | 10 | 332 | 115 | 100 |
| Binary | 1011100 | 10010000 | 11101010 | 111101 | 100110 | 0 | 1000 | 11011010 | 1001101 | 1000000 |
Color Harmonies of #5C90EA
Complementary color
Monochromatic Colors of #5C90EA
Black with #5C90EA
Text Example
Text Example
White with #5C90EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C90EA; }
p { color: rgb(92,144,234); }
H1.HeaderClassName
{
color: #5C90EA;
}
.AnyTagClassName
{
color: #5C90EA;
}
</style>
background-color css
<style>
a { background-color: #5C90EA; }
a { background-color: rgb(92,144,234); }
div.DivClassName
{
background-color: #5C90EA;
}
.BgClassName
{
background-color: #5C90EA;
}
</style>
border-color css
<style>
span { border-color: #5C90EA; }
span { border-color: rgb(92,144,234); }
td.TdClassName
{
border-color: #5C90EA;
}
.TagClassName
{
border-color: #5C90EA;
}
</style>