Shades of Cornflower Blue #73A7FF
Tints of Cornflower Blue #73A7FF
RGB
CMYK
RGB Variations
Color information
#73A7FF (or 0x73A7FF) is known color: Cornflower Blue. HEX triplet: 73, A7 and FF. RGB value is (115,167,255). Sum of RGB (Red+Green+Blue) = 115+167+255=537 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.42% from 537); Green value is 167 (65.62% from 255 or 31.10% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #73A7FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73A7FF is #8C5800. Grayscale: #A1A1A1. Windows color (decimal): -9197569 or 16754547. OLE color: 16754547.
HSL color Cylindrical-coordinate representation of color #73A7FF: hue angle of 217.71º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73A7FF is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 167 | 255 | - |
| CMYK | 0.55 | 0.35 | 0 | 0 |
| HSL | 217.71º | 1% | 0.73% | - |
| HSV(B) | 217.71º | 0.55% | 1% | - |
| XYZ | 38.94 | 38.5 | 99.99 | - |
| YUV | 161.48 | 180.77 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 167 | 255 | 0.55 | 0.35 | 0 | 0 | 217.71 | 1 | 0.73 |
| Hex | 73 | A7 | FF | 37 | 23 | 0 | 0 | DA | 64 | 49 |
| Octal | 163 | 247 | 377 | 67 | 43 | 0 | 0 | 332 | 144 | 111 |
| Binary | 1110011 | 10100111 | 11111111 | 110111 | 100011 | 0 | 0 | 11011010 | 1100100 | 1001001 |
Color Harmonies of #73A7FF
Complementary color
Monochromatic Colors of #73A7FF
Black with #73A7FF
Text Example
Text Example
White with #73A7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A7FF; }
p { color: rgb(115,167,255); }
H1.HeaderClassName
{
color: #73A7FF;
}
.AnyTagClassName
{
color: #73A7FF;
}
</style>
background-color css
<style>
a { background-color: #73A7FF; }
a { background-color: rgb(115,167,255); }
div.DivClassName
{
background-color: #73A7FF;
}
.BgClassName
{
background-color: #73A7FF;
}
</style>
border-color css
<style>
span { border-color: #73A7FF; }
span { border-color: rgb(115,167,255); }
td.TdClassName
{
border-color: #73A7FF;
}
.TagClassName
{
border-color: #73A7FF;
}
</style>