Shades of Cornflower Blue #5CA0EA
Tints of Cornflower Blue #5CA0EA
RGB
CMYK
RGB Variations
Color information
#5CA0EA (or 0x5CA0EA) is known color: Cornflower Blue. HEX triplet: 5C, A0 and EA. RGB value is (92,160,234). Sum of RGB (Red+Green+Blue) = 92+160+234=486 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.93% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #5CA0EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CA0EA is #A35F15. Grayscale: #939393. Windows color (decimal): -10706710 or 15376476. OLE color: 15376476.
HSL color Cylindrical-coordinate representation of color #5CA0EA: hue angle of 211.27º 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 #5CA0EA is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 160 | 234 | - |
| CMYK | 0.61 | 0.32 | 0 | 0.08 |
| HSL | 211.27º | 0.77% | 0.64% | - |
| HSV(B) | 211.27º | 0.61% | 0.92% | - |
| XYZ | 31.84 | 33.36 | 82.6 | - |
| YUV | 148.1 | 176.47 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 160 | 234 | 0.61 | 0.32 | 0 | 0.08 | 211.27 | 0.77 | 0.64 |
| Hex | 5C | A0 | EA | 3D | 20 | 0 | 8 | D3 | 4D | 40 |
| Octal | 134 | 240 | 352 | 75 | 40 | 0 | 10 | 323 | 115 | 100 |
| Binary | 1011100 | 10100000 | 11101010 | 111101 | 100000 | 0 | 1000 | 11010011 | 1001101 | 1000000 |
Color Harmonies of #5CA0EA
Complementary color
Monochromatic Colors of #5CA0EA
Black with #5CA0EA
Text Example
Text Example
White with #5CA0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA0EA; }
p { color: rgb(92,160,234); }
H1.HeaderClassName
{
color: #5CA0EA;
}
.AnyTagClassName
{
color: #5CA0EA;
}
</style>
background-color css
<style>
a { background-color: #5CA0EA; }
a { background-color: rgb(92,160,234); }
div.DivClassName
{
background-color: #5CA0EA;
}
.BgClassName
{
background-color: #5CA0EA;
}
</style>
border-color css
<style>
span { border-color: #5CA0EA; }
span { border-color: rgb(92,160,234); }
td.TdClassName
{
border-color: #5CA0EA;
}
.TagClassName
{
border-color: #5CA0EA;
}
</style>