Shades of Cornflower Blue #5C92F7
Tints of Cornflower Blue #5C92F7
RGB
CMYK
RGB Variations
Color information
#5C92F7 (or 0x5C92F7) is known color: Cornflower Blue. HEX triplet: 5C, 92 and F7. RGB value is (92,146,247). Sum of RGB (Red+Green+Blue) = 92+146+247=485 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.97% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 247 (96.88% from 255 or 50.93% from 485); Max value from RGB is 247 - color contains mainly: blue. Hex color #5C92F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C92F7 is #A36D08. Grayscale: #8C8C8C. Windows color (decimal): -10710281 or 16224860. OLE color: 16224860.
HSL color Cylindrical-coordinate representation of color #5C92F7: hue angle of 219.1º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C92F7 is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 92 | 146 | 247 | - |
| CMYK | 0.63 | 0.41 | 0 | 0.03 |
| HSL | 219.1º | 0.91% | 0.66% | - |
| HSV(B) | 219.1º | 0.63% | 0.97% | - |
| XYZ | 31.48 | 29.55 | 92.04 | - |
| YUV | 141.37 | 187.61 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 146 | 247 | 0.63 | 0.41 | 0 | 0.03 | 219.1 | 0.91 | 0.66 |
| Hex | 5C | 92 | F7 | 3F | 29 | 0 | 3 | DB | 5B | 42 |
| Octal | 134 | 222 | 367 | 77 | 51 | 0 | 3 | 333 | 133 | 102 |
| Binary | 1011100 | 10010010 | 11110111 | 111111 | 101001 | 0 | 11 | 11011011 | 1011011 | 1000010 |
Color Harmonies of #5C92F7
Complementary color
Monochromatic Colors of #5C92F7
Black with #5C92F7
Text Example
Text Example
White with #5C92F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C92F7; }
p { color: rgb(92,146,247); }
H1.HeaderClassName
{
color: #5C92F7;
}
.AnyTagClassName
{
color: #5C92F7;
}
</style>
background-color css
<style>
a { background-color: #5C92F7; }
a { background-color: rgb(92,146,247); }
div.DivClassName
{
background-color: #5C92F7;
}
.BgClassName
{
background-color: #5C92F7;
}
</style>
border-color css
<style>
span { border-color: #5C92F7; }
span { border-color: rgb(92,146,247); }
td.TdClassName
{
border-color: #5C92F7;
}
.TagClassName
{
border-color: #5C92F7;
}
</style>