Shades of Cornflower Blue #7C9DFB
Tints of Cornflower Blue #7C9DFB
RGB
CMYK
RGB Variations
Color information
#7C9DFB (or 0x7C9DFB) is known color: Cornflower Blue. HEX triplet: 7C, 9D and FB. RGB value is (124,157,251). Sum of RGB (Red+Green+Blue) = 124+157+251=532 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.31% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #7C9DFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C9DFB is #836204. Grayscale: #9D9D9D. Windows color (decimal): -8610309 or 16489852. OLE color: 16489852.
HSL color Cylindrical-coordinate representation of color #7C9DFB: hue angle of 224.41º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7C9DFB is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 157 | 251 | - |
| CMYK | 0.51 | 0.37 | 0 | 0.02 |
| HSL | 224.41º | 0.94% | 0.74% | - |
| HSV(B) | 224.41º | 0.51% | 0.98% | - |
| XYZ | 37.78 | 35.36 | 96.1 | - |
| YUV | 157.85 | 180.57 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 157 | 251 | 0.51 | 0.37 | 0 | 0.02 | 224.41 | 0.94 | 0.74 |
| Hex | 7C | 9D | FB | 33 | 25 | 0 | 2 | E0 | 5E | 4A |
| Octal | 174 | 235 | 373 | 63 | 45 | 0 | 2 | 340 | 136 | 112 |
| Binary | 1111100 | 10011101 | 11111011 | 110011 | 100101 | 0 | 10 | 11100000 | 1011110 | 1001010 |
Color Harmonies of #7C9DFB
Complementary color
Monochromatic Colors of #7C9DFB
Black with #7C9DFB
Text Example
Text Example
White with #7C9DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9DFB; }
p { color: rgb(124,157,251); }
H1.HeaderClassName
{
color: #7C9DFB;
}
.AnyTagClassName
{
color: #7C9DFB;
}
</style>
background-color css
<style>
a { background-color: #7C9DFB; }
a { background-color: rgb(124,157,251); }
div.DivClassName
{
background-color: #7C9DFB;
}
.BgClassName
{
background-color: #7C9DFB;
}
</style>
border-color css
<style>
span { border-color: #7C9DFB; }
span { border-color: rgb(124,157,251); }
td.TdClassName
{
border-color: #7C9DFB;
}
.TagClassName
{
border-color: #7C9DFB;
}
</style>