Shades of Cornflower Blue #5C9CEC
Tints of Cornflower Blue #5C9CEC
RGB
CMYK
RGB Variations
Color information
#5C9CEC (or 0x5C9CEC) is known color: Cornflower Blue. HEX triplet: 5C, 9C and EC. RGB value is (92,156,236). Sum of RGB (Red+Green+Blue) = 92+156+236=484 (64% of max value = 765). Red value is 92 (36.33% from 255 or 19.01% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #5C9CEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C9CEC is #A36313. Grayscale: #919191. Windows color (decimal): -10707732 or 15506524. OLE color: 15506524.
HSL color Cylindrical-coordinate representation of color #5C9CEC: hue angle of 213.33º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C9CEC is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 156 | 236 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.07 |
| HSL | 213.33º | 0.79% | 0.64% | - |
| HSV(B) | 213.33º | 0.61% | 0.93% | - |
| XYZ | 31.44 | 32.11 | 83.9 | - |
| YUV | 145.98 | 178.8 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 156 | 236 | 0.61 | 0.34 | 0 | 0.07 | 213.33 | 0.79 | 0.64 |
| Hex | 5C | 9C | EC | 3D | 22 | 0 | 7 | D5 | 4F | 40 |
| Octal | 134 | 234 | 354 | 75 | 42 | 0 | 7 | 325 | 117 | 100 |
| Binary | 1011100 | 10011100 | 11101100 | 111101 | 100010 | 0 | 111 | 11010101 | 1001111 | 1000000 |
Color Harmonies of #5C9CEC
Complementary color
Monochromatic Colors of #5C9CEC
Black with #5C9CEC
Text Example
Text Example
White with #5C9CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9CEC; }
p { color: rgb(92,156,236); }
H1.HeaderClassName
{
color: #5C9CEC;
}
.AnyTagClassName
{
color: #5C9CEC;
}
</style>
background-color css
<style>
a { background-color: #5C9CEC; }
a { background-color: rgb(92,156,236); }
div.DivClassName
{
background-color: #5C9CEC;
}
.BgClassName
{
background-color: #5C9CEC;
}
</style>
border-color css
<style>
span { border-color: #5C9CEC; }
span { border-color: rgb(92,156,236); }
td.TdClassName
{
border-color: #5C9CEC;
}
.TagClassName
{
border-color: #5C9CEC;
}
</style>