Shades of Cornflower Blue #72A1FE
Tints of Cornflower Blue #72A1FE
RGB
CMYK
RGB Variations
Color information
#72A1FE (or 0x72A1FE) is known color: Cornflower Blue. HEX triplet: 72, A1 and FE. RGB value is (114,161,254). Sum of RGB (Red+Green+Blue) = 114+161+254=529 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.55% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #72A1FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72A1FE is #8D5E01. Grayscale: #9D9D9D. Windows color (decimal): -9264642 or 16687474. OLE color: 16687474.
HSL color Cylindrical-coordinate representation of color #72A1FE: hue angle of 219.86º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72A1FE is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 161 | 254 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.00 |
| HSL | 219.86º | 0.99% | 0.72% | - |
| HSV(B) | 219.86º | 0.55% | 1% | - |
| XYZ | 37.57 | 36.22 | 98.78 | - |
| YUV | 157.55 | 182.43 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 161 | 254 | 0.55 | 0.37 | 0 | 0.00 | 219.86 | 0.99 | 0.72 |
| Hex | 72 | A1 | FE | 37 | 25 | 0 | 0 | DC | 63 | 48 |
| Octal | 162 | 241 | 376 | 67 | 45 | 0 | 0 | 334 | 143 | 110 |
| Binary | 1110010 | 10100001 | 11111110 | 110111 | 100101 | 0 | 0 | 11011100 | 1100011 | 1001000 |
Color Harmonies of #72A1FE
Complementary color
Monochromatic Colors of #72A1FE
Black with #72A1FE
Text Example
Text Example
White with #72A1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A1FE; }
p { color: rgb(114,161,254); }
H1.HeaderClassName
{
color: #72A1FE;
}
.AnyTagClassName
{
color: #72A1FE;
}
</style>
background-color css
<style>
a { background-color: #72A1FE; }
a { background-color: rgb(114,161,254); }
div.DivClassName
{
background-color: #72A1FE;
}
.BgClassName
{
background-color: #72A1FE;
}
</style>
border-color css
<style>
span { border-color: #72A1FE; }
span { border-color: rgb(114,161,254); }
td.TdClassName
{
border-color: #72A1FE;
}
.TagClassName
{
border-color: #72A1FE;
}
</style>