Shades of Cornflower Blue #5C7DF8
Tints of Cornflower Blue #5C7DF8
RGB
CMYK
RGB Variations
Color information
#5C7DF8 (or 0x5C7DF8) is known color: Cornflower Blue. HEX triplet: 5C, 7D and F8. RGB value is (92,125,248). Sum of RGB (Red+Green+Blue) = 92+125+248=465 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.78% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 248 (97.27% from 255 or 53.33% from 465); Max value from RGB is 248 - color contains mainly: blue. Hex color #5C7DF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C7DF8 is #A38207. Grayscale: #808080. Windows color (decimal): -10715656 or 16285020. OLE color: 16285020.
HSL color Cylindrical-coordinate representation of color #5C7DF8: hue angle of 227.31º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C7DF8 is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 92 | 125 | 248 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.03 |
| HSL | 227.31º | 0.92% | 0.67% | - |
| HSV(B) | 227.31º | 0.63% | 0.97% | - |
| XYZ | 28.69 | 23.72 | 91.87 | - |
| YUV | 129.16 | 195.07 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 125 | 248 | 0.63 | 0.50 | 0 | 0.03 | 227.31 | 0.92 | 0.67 |
| Hex | 5C | 7D | F8 | 3F | 32 | 0 | 3 | E3 | 5C | 43 |
| Octal | 134 | 175 | 370 | 77 | 62 | 0 | 3 | 343 | 134 | 103 |
| Binary | 1011100 | 1111101 | 11111000 | 111111 | 110010 | 0 | 11 | 11100011 | 1011100 | 1000011 |
Color Harmonies of #5C7DF8
Complementary color
Monochromatic Colors of #5C7DF8
Black with #5C7DF8
Text Example
Text Example
White with #5C7DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7DF8; }
p { color: rgb(92,125,248); }
H1.HeaderClassName
{
color: #5C7DF8;
}
.AnyTagClassName
{
color: #5C7DF8;
}
</style>
background-color css
<style>
a { background-color: #5C7DF8; }
a { background-color: rgb(92,125,248); }
div.DivClassName
{
background-color: #5C7DF8;
}
.BgClassName
{
background-color: #5C7DF8;
}
</style>
border-color css
<style>
span { border-color: #5C7DF8; }
span { border-color: rgb(92,125,248); }
td.TdClassName
{
border-color: #5C7DF8;
}
.TagClassName
{
border-color: #5C7DF8;
}
</style>