Shades of Cornflower Blue #72A1F7
Tints of Cornflower Blue #72A1F7
RGB
CMYK
RGB Variations
Color information
#72A1F7 (or 0x72A1F7) is known color: Cornflower Blue. HEX triplet: 72, A1 and F7. RGB value is (114,161,247). Sum of RGB (Red+Green+Blue) = 114+161+247=522 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.84% from 522); Green value is 161 (63.28% from 255 or 30.84% from 522); Blue value is 247 (96.88% from 255 or 47.32% from 522); Max value from RGB is 247 - color contains mainly: blue. Hex color #72A1F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72A1F7 is #8D5E08. Grayscale: #9C9C9C. Windows color (decimal): -9264649 or 16228722. OLE color: 16228722.
HSL color Cylindrical-coordinate representation of color #72A1F7: hue angle of 218.8º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72A1F7 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 114 | 161 | 247 | - |
| CMYK | 0.54 | 0.35 | 0 | 0.03 |
| HSL | 218.8º | 0.89% | 0.71% | - |
| HSV(B) | 218.8º | 0.54% | 0.97% | - |
| XYZ | 36.47 | 35.78 | 92.98 | - |
| YUV | 156.75 | 178.93 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 161 | 247 | 0.54 | 0.35 | 0 | 0.03 | 218.8 | 0.89 | 0.71 |
| Hex | 72 | A1 | F7 | 36 | 23 | 0 | 3 | DB | 59 | 47 |
| Octal | 162 | 241 | 367 | 66 | 43 | 0 | 3 | 333 | 131 | 107 |
| Binary | 1110010 | 10100001 | 11110111 | 110110 | 100011 | 0 | 11 | 11011011 | 1011001 | 1000111 |
Color Harmonies of #72A1F7
Complementary color
Monochromatic Colors of #72A1F7
Black with #72A1F7
Text Example
Text Example
White with #72A1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A1F7; }
p { color: rgb(114,161,247); }
H1.HeaderClassName
{
color: #72A1F7;
}
.AnyTagClassName
{
color: #72A1F7;
}
</style>
background-color css
<style>
a { background-color: #72A1F7; }
a { background-color: rgb(114,161,247); }
div.DivClassName
{
background-color: #72A1F7;
}
.BgClassName
{
background-color: #72A1F7;
}
</style>
border-color css
<style>
span { border-color: #72A1F7; }
span { border-color: rgb(114,161,247); }
td.TdClassName
{
border-color: #72A1F7;
}
.TagClassName
{
border-color: #72A1F7;
}
</style>