Shades of Cornflower Blue #7D9CFB
Tints of Cornflower Blue #7D9CFB
RGB
CMYK
RGB Variations
Color information
#7D9CFB (or 0x7D9CFB) is known color: Cornflower Blue. HEX triplet: 7D, 9C and FB. RGB value is (125,156,251). Sum of RGB (Red+Green+Blue) = 125+156+251=532 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.50% from 532); Green value is 156 (61.33% from 255 or 29.32% 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 #7D9CFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D9CFB is #826304. Grayscale: #9D9D9D. Windows color (decimal): -8545029 or 16489597. OLE color: 16489597.
HSL color Cylindrical-coordinate representation of color #7D9CFB: hue angle of 225.24º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D9CFB is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 156 | 251 | - |
| CMYK | 0.50 | 0.38 | 0 | 0.02 |
| HSL | 225.24º | 0.94% | 0.74% | - |
| HSV(B) | 225.24º | 0.5% | 0.98% | - |
| XYZ | 37.76 | 35.1 | 96.05 | - |
| YUV | 157.56 | 180.73 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 156 | 251 | 0.50 | 0.38 | 0 | 0.02 | 225.24 | 0.94 | 0.74 |
| Hex | 7D | 9C | FB | 32 | 26 | 0 | 2 | E1 | 5E | 4A |
| Octal | 175 | 234 | 373 | 62 | 46 | 0 | 2 | 341 | 136 | 112 |
| Binary | 1111101 | 10011100 | 11111011 | 110010 | 100110 | 0 | 10 | 11100001 | 1011110 | 1001010 |
Color Harmonies of #7D9CFB
Complementary color
Monochromatic Colors of #7D9CFB
Black with #7D9CFB
Text Example
Text Example
White with #7D9CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9CFB; }
p { color: rgb(125,156,251); }
H1.HeaderClassName
{
color: #7D9CFB;
}
.AnyTagClassName
{
color: #7D9CFB;
}
</style>
background-color css
<style>
a { background-color: #7D9CFB; }
a { background-color: rgb(125,156,251); }
div.DivClassName
{
background-color: #7D9CFB;
}
.BgClassName
{
background-color: #7D9CFB;
}
</style>
border-color css
<style>
span { border-color: #7D9CFB; }
span { border-color: rgb(125,156,251); }
td.TdClassName
{
border-color: #7D9CFB;
}
.TagClassName
{
border-color: #7D9CFB;
}
</style>