Shades of Cornflower Blue #7D99FF
Tints of Cornflower Blue #7D99FF
RGB
CMYK
RGB Variations
Color information
#7D99FF (or 0x7D99FF) is known color: Cornflower Blue. HEX triplet: 7D, 99 and FF. RGB value is (125,153,255). Sum of RGB (Red+Green+Blue) = 125+153+255=533 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.45% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D99FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D99FF is #826600. Grayscale: #9B9B9B. Windows color (decimal): -8545793 or 16750973. OLE color: 16750973.
HSL color Cylindrical-coordinate representation of color #7D99FF: hue angle of 227.08º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D99FF is Cyan = 0.51, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 153 | 255 | - |
| CMYK | 0.51 | 0.4 | 0 | 0 |
| HSL | 227.08º | 1% | 0.75% | - |
| HSV(B) | 227.08º | 0.51% | 1% | - |
| XYZ | 37.9 | 34.36 | 99.24 | - |
| YUV | 156.26 | 183.72 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 153 | 255 | 0.51 | 0.4 | 0 | 0 | 227.08 | 1 | 0.75 |
| Hex | 7D | 99 | FF | 33 | 28 | 0 | 0 | E3 | 64 | 4B |
| Octal | 175 | 231 | 377 | 63 | 50 | 0 | 0 | 343 | 144 | 113 |
| Binary | 1111101 | 10011001 | 11111111 | 110011 | 101000 | 0 | 0 | 11100011 | 1100100 | 1001011 |
Color Harmonies of #7D99FF
Complementary color
Monochromatic Colors of #7D99FF
Black with #7D99FF
Text Example
Text Example
White with #7D99FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D99FF; }
p { color: rgb(125,153,255); }
H1.HeaderClassName
{
color: #7D99FF;
}
.AnyTagClassName
{
color: #7D99FF;
}
</style>
background-color css
<style>
a { background-color: #7D99FF; }
a { background-color: rgb(125,153,255); }
div.DivClassName
{
background-color: #7D99FF;
}
.BgClassName
{
background-color: #7D99FF;
}
</style>
border-color css
<style>
span { border-color: #7D99FF; }
span { border-color: rgb(125,153,255); }
td.TdClassName
{
border-color: #7D99FF;
}
.TagClassName
{
border-color: #7D99FF;
}
</style>