Shades of Cornflower Blue #5C9DF1
Tints of Cornflower Blue #5C9DF1
RGB
CMYK
RGB Variations
Color information
#5C9DF1 (or 0x5C9DF1) is known color: Cornflower Blue. HEX triplet: 5C, 9D and F1. RGB value is (92,157,241). Sum of RGB (Red+Green+Blue) = 92+157+241=490 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.78% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 241 - color contains mainly: blue. Hex color #5C9DF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C9DF1 is #A3620E. Grayscale: #929292. Windows color (decimal): -10707471 or 15834460. OLE color: 15834460.
HSL color Cylindrical-coordinate representation of color #5C9DF1: hue angle of 213.83º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C9DF1 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 157 | 241 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.05 |
| HSL | 213.83º | 0.84% | 0.65% | - |
| HSV(B) | 213.83º | 0.62% | 0.95% | - |
| XYZ | 32.35 | 32.74 | 87.83 | - |
| YUV | 147.14 | 180.97 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 157 | 241 | 0.62 | 0.35 | 0 | 0.05 | 213.83 | 0.84 | 0.65 |
| Hex | 5C | 9D | F1 | 3E | 23 | 0 | 5 | D6 | 54 | 41 |
| Octal | 134 | 235 | 361 | 76 | 43 | 0 | 5 | 326 | 124 | 101 |
| Binary | 1011100 | 10011101 | 11110001 | 111110 | 100011 | 0 | 101 | 11010110 | 1010100 | 1000001 |
Color Harmonies of #5C9DF1
Complementary color
Monochromatic Colors of #5C9DF1
Black with #5C9DF1
Text Example
Text Example
White with #5C9DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9DF1; }
p { color: rgb(92,157,241); }
H1.HeaderClassName
{
color: #5C9DF1;
}
.AnyTagClassName
{
color: #5C9DF1;
}
</style>
background-color css
<style>
a { background-color: #5C9DF1; }
a { background-color: rgb(92,157,241); }
div.DivClassName
{
background-color: #5C9DF1;
}
.BgClassName
{
background-color: #5C9DF1;
}
</style>
border-color css
<style>
span { border-color: #5C9DF1; }
span { border-color: rgb(92,157,241); }
td.TdClassName
{
border-color: #5C9DF1;
}
.TagClassName
{
border-color: #5C9DF1;
}
</style>