Shades of Cornflower Blue #7C99FB
Tints of Cornflower Blue #7C99FB
RGB
CMYK
RGB Variations
Color information
#7C99FB (or 0x7C99FB) is known color: Cornflower Blue. HEX triplet: 7C, 99 and FB. RGB value is (124,153,251). Sum of RGB (Red+Green+Blue) = 124+153+251=528 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.48% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #7C99FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C99FB is #836604. Grayscale: #9B9B9B. Windows color (decimal): -8611333 or 16488828. OLE color: 16488828.
HSL color Cylindrical-coordinate representation of color #7C99FB: hue angle of 226.3º 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 #7C99FB is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 153 | 251 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.02 |
| HSL | 226.3º | 0.94% | 0.74% | - |
| HSV(B) | 226.3º | 0.51% | 0.98% | - |
| XYZ | 37.12 | 34.03 | 95.88 | - |
| YUV | 155.5 | 181.89 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 153 | 251 | 0.51 | 0.39 | 0 | 0.02 | 226.3 | 0.94 | 0.74 |
| Hex | 7C | 99 | FB | 33 | 27 | 0 | 2 | E2 | 5E | 4A |
| Octal | 174 | 231 | 373 | 63 | 47 | 0 | 2 | 342 | 136 | 112 |
| Binary | 1111100 | 10011001 | 11111011 | 110011 | 100111 | 0 | 10 | 11100010 | 1011110 | 1001010 |
Color Harmonies of #7C99FB
Complementary color
Monochromatic Colors of #7C99FB
Black with #7C99FB
Text Example
Text Example
White with #7C99FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C99FB; }
p { color: rgb(124,153,251); }
H1.HeaderClassName
{
color: #7C99FB;
}
.AnyTagClassName
{
color: #7C99FB;
}
</style>
background-color css
<style>
a { background-color: #7C99FB; }
a { background-color: rgb(124,153,251); }
div.DivClassName
{
background-color: #7C99FB;
}
.BgClassName
{
background-color: #7C99FB;
}
</style>
border-color css
<style>
span { border-color: #7C99FB; }
span { border-color: rgb(124,153,251); }
td.TdClassName
{
border-color: #7C99FB;
}
.TagClassName
{
border-color: #7C99FB;
}
</style>