Shades of Cornflower Blue #7C9DF5
Tints of Cornflower Blue #7C9DF5
RGB
CMYK
RGB Variations
Color information
#7C9DF5 (or 0x7C9DF5) is known color: Cornflower Blue. HEX triplet: 7C, 9D and F5. RGB value is (124,157,245). Sum of RGB (Red+Green+Blue) = 124+157+245=526 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.57% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 245 (96.09% from 255 or 46.58% from 526); Max value from RGB is 245 - color contains mainly: blue. Hex color #7C9DF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C9DF5 is #83620A. Grayscale: #9C9C9C. Windows color (decimal): -8610315 or 16096636. OLE color: 16096636.
HSL color Cylindrical-coordinate representation of color #7C9DF5: hue angle of 223.64º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C9DF5 is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 124 | 157 | 245 | - |
| CMYK | 0.49 | 0.36 | 0 | 0.04 |
| HSL | 223.64º | 0.86% | 0.72% | - |
| HSV(B) | 223.64º | 0.49% | 0.96% | - |
| XYZ | 36.85 | 34.99 | 91.2 | - |
| YUV | 157.17 | 177.57 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 157 | 245 | 0.49 | 0.36 | 0 | 0.04 | 223.64 | 0.86 | 0.72 |
| Hex | 7C | 9D | F5 | 31 | 24 | 0 | 4 | E0 | 56 | 48 |
| Octal | 174 | 235 | 365 | 61 | 44 | 0 | 4 | 340 | 126 | 110 |
| Binary | 1111100 | 10011101 | 11110101 | 110001 | 100100 | 0 | 100 | 11100000 | 1010110 | 1001000 |
Color Harmonies of #7C9DF5
Complementary color
Monochromatic Colors of #7C9DF5
Black with #7C9DF5
Text Example
Text Example
White with #7C9DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9DF5; }
p { color: rgb(124,157,245); }
H1.HeaderClassName
{
color: #7C9DF5;
}
.AnyTagClassName
{
color: #7C9DF5;
}
</style>
background-color css
<style>
a { background-color: #7C9DF5; }
a { background-color: rgb(124,157,245); }
div.DivClassName
{
background-color: #7C9DF5;
}
.BgClassName
{
background-color: #7C9DF5;
}
</style>
border-color css
<style>
span { border-color: #7C9DF5; }
span { border-color: rgb(124,157,245); }
td.TdClassName
{
border-color: #7C9DF5;
}
.TagClassName
{
border-color: #7C9DF5;
}
</style>