Shades of Cornflower Blue #7D9AFE
Tints of Cornflower Blue #7D9AFE
RGB
CMYK
RGB Variations
Color information
#7D9AFE (or 0x7D9AFE) is known color: Cornflower Blue. HEX triplet: 7D, 9A and FE. RGB value is (125,154,254). Sum of RGB (Red+Green+Blue) = 125+154+254=533 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.45% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #7D9AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D9AFE is #826501. Grayscale: #9C9C9C. Windows color (decimal): -8545538 or 16685693. OLE color: 16685693.
HSL color Cylindrical-coordinate representation of color #7D9AFE: hue angle of 226.51º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D9AFE is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 154 | 254 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.00 |
| HSL | 226.51º | 0.98% | 0.74% | - |
| HSV(B) | 226.51º | 0.51% | 1% | - |
| XYZ | 37.9 | 34.63 | 98.45 | - |
| YUV | 156.73 | 182.89 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 154 | 254 | 0.51 | 0.39 | 0 | 0.00 | 226.51 | 0.98 | 0.74 |
| Hex | 7D | 9A | FE | 33 | 27 | 0 | 0 | E3 | 62 | 4A |
| Octal | 175 | 232 | 376 | 63 | 47 | 0 | 0 | 343 | 142 | 112 |
| Binary | 1111101 | 10011010 | 11111110 | 110011 | 100111 | 0 | 0 | 11100011 | 1100010 | 1001010 |
Color Harmonies of #7D9AFE
Complementary color
Monochromatic Colors of #7D9AFE
Black with #7D9AFE
Text Example
Text Example
White with #7D9AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9AFE; }
p { color: rgb(125,154,254); }
H1.HeaderClassName
{
color: #7D9AFE;
}
.AnyTagClassName
{
color: #7D9AFE;
}
</style>
background-color css
<style>
a { background-color: #7D9AFE; }
a { background-color: rgb(125,154,254); }
div.DivClassName
{
background-color: #7D9AFE;
}
.BgClassName
{
background-color: #7D9AFE;
}
</style>
border-color css
<style>
span { border-color: #7D9AFE; }
span { border-color: rgb(125,154,254); }
td.TdClassName
{
border-color: #7D9AFE;
}
.TagClassName
{
border-color: #7D9AFE;
}
</style>