Shades of Cornflower Blue #7D9BFA
Tints of Cornflower Blue #7D9BFA
RGB
CMYK
RGB Variations
Color information
#7D9BFA (or 0x7D9BFA) is known color: Cornflower Blue. HEX triplet: 7D, 9B and FA. RGB value is (125,155,250). Sum of RGB (Red+Green+Blue) = 125+155+250=530 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.58% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #7D9BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D9BFA is #826405. Grayscale: #9C9C9C. Windows color (decimal): -8545286 or 16423805. OLE color: 16423805.
HSL color Cylindrical-coordinate representation of color #7D9BFA: hue angle of 225.6º degrees, saturation: 0.93, 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 #7D9BFA is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 155 | 250 | - |
| CMYK | 0.50 | 0.38 | 0 | 0.02 |
| HSL | 225.6º | 0.93% | 0.74% | - |
| HSV(B) | 225.6º | 0.5% | 0.98% | - |
| XYZ | 37.43 | 34.7 | 95.17 | - |
| YUV | 156.86 | 180.56 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 155 | 250 | 0.50 | 0.38 | 0 | 0.02 | 225.6 | 0.93 | 0.74 |
| Hex | 7D | 9B | FA | 32 | 26 | 0 | 2 | E2 | 5D | 4A |
| Octal | 175 | 233 | 372 | 62 | 46 | 0 | 2 | 342 | 135 | 112 |
| Binary | 1111101 | 10011011 | 11111010 | 110010 | 100110 | 0 | 10 | 11100010 | 1011101 | 1001010 |
Color Harmonies of #7D9BFA
Complementary color
Monochromatic Colors of #7D9BFA
Black with #7D9BFA
Text Example
Text Example
White with #7D9BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9BFA; }
p { color: rgb(125,155,250); }
H1.HeaderClassName
{
color: #7D9BFA;
}
.AnyTagClassName
{
color: #7D9BFA;
}
</style>
background-color css
<style>
a { background-color: #7D9BFA; }
a { background-color: rgb(125,155,250); }
div.DivClassName
{
background-color: #7D9BFA;
}
.BgClassName
{
background-color: #7D9BFA;
}
</style>
border-color css
<style>
span { border-color: #7D9BFA; }
span { border-color: rgb(125,155,250); }
td.TdClassName
{
border-color: #7D9BFA;
}
.TagClassName
{
border-color: #7D9BFA;
}
</style>