Shades of Cornflower Blue #72A0FF
Tints of Cornflower Blue #72A0FF
RGB
CMYK
RGB Variations
Color information
#72A0FF (or 0x72A0FF) is known color: Cornflower Blue. HEX triplet: 72, A0 and FF. RGB value is (114,160,255). Sum of RGB (Red+Green+Blue) = 114+160+255=529 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.55% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #72A0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72A0FF is #8D5F00. Grayscale: #9C9C9C. Windows color (decimal): -9264897 or 16752754. OLE color: 16752754.
HSL color Cylindrical-coordinate representation of color #72A0FF: hue angle of 220.43º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72A0FF is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 160 | 255 | - |
| CMYK | 0.55 | 0.37 | 0 | 0 |
| HSL | 220.43º | 1% | 0.72% | - |
| HSV(B) | 220.43º | 0.55% | 1% | - |
| XYZ | 37.56 | 35.94 | 99.57 | - |
| YUV | 157.08 | 183.26 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 160 | 255 | 0.55 | 0.37 | 0 | 0 | 220.43 | 1 | 0.72 |
| Hex | 72 | A0 | FF | 37 | 25 | 0 | 0 | DC | 64 | 48 |
| Octal | 162 | 240 | 377 | 67 | 45 | 0 | 0 | 334 | 144 | 110 |
| Binary | 1110010 | 10100000 | 11111111 | 110111 | 100101 | 0 | 0 | 11011100 | 1100100 | 1001000 |
Color Harmonies of #72A0FF
Complementary color
Monochromatic Colors of #72A0FF
Black with #72A0FF
Text Example
Text Example
White with #72A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A0FF; }
p { color: rgb(114,160,255); }
H1.HeaderClassName
{
color: #72A0FF;
}
.AnyTagClassName
{
color: #72A0FF;
}
</style>
background-color css
<style>
a { background-color: #72A0FF; }
a { background-color: rgb(114,160,255); }
div.DivClassName
{
background-color: #72A0FF;
}
.BgClassName
{
background-color: #72A0FF;
}
</style>
border-color css
<style>
span { border-color: #72A0FF; }
span { border-color: rgb(114,160,255); }
td.TdClassName
{
border-color: #72A0FF;
}
.TagClassName
{
border-color: #72A0FF;
}
</style>