Shades of Cornflower Blue #5C96FA
Tints of Cornflower Blue #5C96FA
RGB
CMYK
RGB Variations
Color information
#5C96FA (or 0x5C96FA) is known color: Cornflower Blue. HEX triplet: 5C, 96 and FA. RGB value is (92,150,250). Sum of RGB (Red+Green+Blue) = 92+150+250=492 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.70% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #5C96FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C96FA is #A36905. Grayscale: #8F8F8F. Windows color (decimal): -10709254 or 16422492. OLE color: 16422492.
HSL color Cylindrical-coordinate representation of color #5C96FA: hue angle of 217.97º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C96FA is Cyan = 0.63, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 150 | 250 | - |
| CMYK | 0.63 | 0.4 | 0 | 0.02 |
| HSL | 217.97º | 0.94% | 0.67% | - |
| HSV(B) | 217.97º | 0.63% | 0.98% | - |
| XYZ | 32.58 | 30.99 | 94.71 | - |
| YUV | 144.06 | 187.78 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 150 | 250 | 0.63 | 0.4 | 0 | 0.02 | 217.97 | 0.94 | 0.67 |
| Hex | 5C | 96 | FA | 3F | 28 | 0 | 2 | DA | 5E | 43 |
| Octal | 134 | 226 | 372 | 77 | 50 | 0 | 2 | 332 | 136 | 103 |
| Binary | 1011100 | 10010110 | 11111010 | 111111 | 101000 | 0 | 10 | 11011010 | 1011110 | 1000011 |
Color Harmonies of #5C96FA
Complementary color
Monochromatic Colors of #5C96FA
Black with #5C96FA
Text Example
Text Example
White with #5C96FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C96FA; }
p { color: rgb(92,150,250); }
H1.HeaderClassName
{
color: #5C96FA;
}
.AnyTagClassName
{
color: #5C96FA;
}
</style>
background-color css
<style>
a { background-color: #5C96FA; }
a { background-color: rgb(92,150,250); }
div.DivClassName
{
background-color: #5C96FA;
}
.BgClassName
{
background-color: #5C96FA;
}
</style>
border-color css
<style>
span { border-color: #5C96FA; }
span { border-color: rgb(92,150,250); }
td.TdClassName
{
border-color: #5C96FA;
}
.TagClassName
{
border-color: #5C96FA;
}
</style>