Shades of Cornflower Blue #5C95F1
Tints of Cornflower Blue #5C95F1
RGB
CMYK
RGB Variations
Color information
#5C95F1 (or 0x5C95F1) is known color: Cornflower Blue. HEX triplet: 5C, 95 and F1. RGB value is (92,149,241). Sum of RGB (Red+Green+Blue) = 92+149+241=482 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.09% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 241 (94.53% from 255 or 50% from 482); Max value from RGB is 241 - color contains mainly: blue. Hex color #5C95F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C95F1 is #A36A0E. Grayscale: #8E8E8E. Windows color (decimal): -10709519 or 15832412. OLE color: 15832412.
HSL color Cylindrical-coordinate representation of color #5C95F1: hue angle of 217.05º 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 #5C95F1 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 149 | 241 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.05 |
| HSL | 217.05º | 0.84% | 0.65% | - |
| HSV(B) | 217.05º | 0.62% | 0.95% | - |
| XYZ | 31.04 | 30.12 | 87.4 | - |
| YUV | 142.45 | 183.62 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 149 | 241 | 0.62 | 0.38 | 0 | 0.05 | 217.05 | 0.84 | 0.65 |
| Hex | 5C | 95 | F1 | 3E | 26 | 0 | 5 | D9 | 54 | 41 |
| Octal | 134 | 225 | 361 | 76 | 46 | 0 | 5 | 331 | 124 | 101 |
| Binary | 1011100 | 10010101 | 11110001 | 111110 | 100110 | 0 | 101 | 11011001 | 1010100 | 1000001 |
Color Harmonies of #5C95F1
Complementary color
Monochromatic Colors of #5C95F1
Black with #5C95F1
Text Example
Text Example
White with #5C95F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C95F1; }
p { color: rgb(92,149,241); }
H1.HeaderClassName
{
color: #5C95F1;
}
.AnyTagClassName
{
color: #5C95F1;
}
</style>
background-color css
<style>
a { background-color: #5C95F1; }
a { background-color: rgb(92,149,241); }
div.DivClassName
{
background-color: #5C95F1;
}
.BgClassName
{
background-color: #5C95F1;
}
</style>
border-color css
<style>
span { border-color: #5C95F1; }
span { border-color: rgb(92,149,241); }
td.TdClassName
{
border-color: #5C95F1;
}
.TagClassName
{
border-color: #5C95F1;
}
</style>