Shades of Cornflower Blue #72A3FF
Tints of Cornflower Blue #72A3FF
RGB
CMYK
RGB Variations
Color information
#72A3FF (or 0x72A3FF) is known color: Cornflower Blue. HEX triplet: 72, A3 and FF. RGB value is (114,163,255). Sum of RGB (Red+Green+Blue) = 114+163+255=532 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.43% from 532); Green value is 163 (64.06% from 255 or 30.64% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #72A3FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72A3FF is #8D5C00. Grayscale: #9E9E9E. Windows color (decimal): -9264129 or 16753522. OLE color: 16753522.
HSL color Cylindrical-coordinate representation of color #72A3FF: hue angle of 219.15º 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 #72A3FF is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 163 | 255 | - |
| CMYK | 0.55 | 0.36 | 0 | 0 |
| HSL | 219.15º | 1% | 0.72% | - |
| HSV(B) | 219.15º | 0.55% | 1% | - |
| XYZ | 38.09 | 36.99 | 99.74 | - |
| YUV | 158.84 | 182.27 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 163 | 255 | 0.55 | 0.36 | 0 | 0 | 219.15 | 1 | 0.72 |
| Hex | 72 | A3 | FF | 37 | 24 | 0 | 0 | DB | 64 | 48 |
| Octal | 162 | 243 | 377 | 67 | 44 | 0 | 0 | 333 | 144 | 110 |
| Binary | 1110010 | 10100011 | 11111111 | 110111 | 100100 | 0 | 0 | 11011011 | 1100100 | 1001000 |
Color Harmonies of #72A3FF
Complementary color
Monochromatic Colors of #72A3FF
Black with #72A3FF
Text Example
Text Example
White with #72A3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A3FF; }
p { color: rgb(114,163,255); }
H1.HeaderClassName
{
color: #72A3FF;
}
.AnyTagClassName
{
color: #72A3FF;
}
</style>
background-color css
<style>
a { background-color: #72A3FF; }
a { background-color: rgb(114,163,255); }
div.DivClassName
{
background-color: #72A3FF;
}
.BgClassName
{
background-color: #72A3FF;
}
</style>
border-color css
<style>
span { border-color: #72A3FF; }
span { border-color: rgb(114,163,255); }
td.TdClassName
{
border-color: #72A3FF;
}
.TagClassName
{
border-color: #72A3FF;
}
</style>